results: Results of a Glassdoor object

Description Usage Arguments Value Examples

View source: R/results.R

Description

Calculates the results from Glassdoor object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
results(gd, ...)

## Default S3 method:
results(gd, ...)

## S3 method for class 'gd_api'
results(gd, ...)

## S3 method for class 'gd_job_prog'
results(gd, ...)

Arguments

gd

an object for which we want the results, the output from a Glassdoor call

...

Any additional arguments to be passed to results.

Value

A class of gd_job_prog will return a list of progression_table and job_info.

Examples

1
2
3
4
if (have_gd_tokens()) {
   gd = gd_job_prog(jobTitle = "cashier", countryId = 1)
   res = results(gd)
}

Example output



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