results | R Documentation |
Calculates the results from Glassdoor object
results(gd, ...)
## Default S3 method:
results(gd, ...)
## S3 method for class 'gd_api'
results(gd, ...)
## S3 method for class 'gd_job_prog'
results(gd, ...)
gd |
an object for which we want the results, the output from a Glassdoor call |
... |
Any additional arguments to be passed to |
A class of gd_job_prog
will return a
list of progression_table
and job_info
.
if (have_gd_tokens()) {
gd = gd_company("walmart")
res = results(gd)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.