gd_pid: Glassdoor Partner ID

Description Usage Arguments Value Examples

View source: R/a_glassdoor_pid.R

Description

Glassdoor Partner ID

Usage

1
2
3
4
5
6
7
8
9
gd_pid(token = NULL, error = TRUE)

gd_pat(token = NULL, error = TRUE)

have_gd_pid(token = NULL)

have_gd_pat(token = NULL)

have_gd_tokens()

Arguments

token

Partner ID or Authentication token

error

Should the function error if no token specified?

Value

A vector of class character

Examples

1
2
3
if (have_gd_pid()) {
gd_pid()
}

Example output



glassdoor documentation built on May 2, 2019, 11:12 a.m.