powered by
Calculates the results from Glassdoor object
results(gd, ...)# S3 method for default results(gd, ...)# S3 method for gd_api results(gd, ...)# S3 method for gd_job_prog results(gd, ...)
# S3 method for default results(gd, ...)
# S3 method for gd_api results(gd, ...)
# S3 method for gd_job_prog results(gd, ...)
an object for which we want the results, the output from a Glassdoor call
Any additional arguments to be passed to results.
results
A class of gd_job_prog will return a list of progression_table and job_info.
gd_job_prog
progression_table
job_info
# NOT RUN { if (have_gd_tokens()) { gd = gd_job_prog(jobTitle = "cashier", countryId = 1) res = results(gd) } # }
Run the code above in your browser using DataLab