Learn R Programming

glassdoor (version 0.8.1)

gd_job_prog: Glassdoor Job Progression

Description

Glassdoor Job Progression

Usage

gd_job_prog(..., jobTitle, countryId = 1, query = NULL)

Arguments

...

arguments to pass to gd_api

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

Run this code
# 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