gd_job_prog: Glassdoor Job Progression

Description Usage Arguments Examples

View source: R/glassdoor_job_prog.R

Description

Glassdoor Job Progression

Usage

1
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

1
2
3
4
5
if (have_gd_tokens()) {

paste0("&countryId=1&jobTitle=cashier")
res = gd_job_prog(jobTitle = "cashier", countryId = 1)
}

glassdoor documentation built on May 2, 2019, 11:12 a.m.