gd_pid {glassdoor} | R Documentation |
Glassdoor Partner ID
Description
Glassdoor Partner ID
Usage
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
if (have_gd_pid()) {
gd_pid()
}
[Package glassdoor version 0.8.1 Index]