gd_job_prog {glassdoor} | R Documentation |
Glassdoor Job Progression
Description
Glassdoor Job Progression
Usage
gd_job_prog(..., jobTitle, countryId = 1, query = NULL)
Arguments
... |
arguments to pass to |
jobTitle |
Job Title - the job title to get related jobs for |
countryId |
Country Id - only 1 (US) is supported right now. |
query |
Additional options to pass to the query other than those specified here |
Examples
if (have_gd_tokens()) {
paste0("&countryId=1&jobTitle=cashier")
res = gd_job_prog(jobTitle = "cashier", countryId = 1)
}
[Package glassdoor version 0.8.1 Index]