gd_job_prog.RdGlassdoor Job Progression
gd_job_prog(..., jobTitle, countryId = 1, query = NULL)
| ... | 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 |
if (have_gd_tokens()) { paste0("&countryId=1&jobTitle=cashier") res = gd_job_prog(jobTitle = "cashier", countryId = 1) }