powered by
Glassdoor Job Progression
gd_job_prog(..., jobTitle, countryId = 1, query = NULL)
arguments to pass to gd_api
gd_api
Job Title - the job title to get related jobs for
Country Id - only 1 (US) is supported right now.
Additional options to pass to the query other than those specified here
# NOT RUN { if (have_gd_tokens()) { paste0("&countryId=1&jobTitle=cashier") res = gd_job_prog(jobTitle = "cashier", countryId = 1) } # }
Run the code above in your browser using DataLab