gd_review: Glassdoor Company Search
Description
Glassdoor Company Search
Usage
gd_review(employer_id, ..., page_number = NULL, page_size = NULL,
query = NULL)
Arguments
- employer_id
Glassdoor ID for the company, can be accessed using
gd_company
- ...
arguments to pass to gd_api
- page_number
Page number to retrieve. Default is 1.
- page_size
Page size, i.e. the number of jobs returned on
each page of results. Default is 20.
- query
Additional options to pass to the query other than those
specified here
Examples
Run this codeif (have_gd_tokens()) {
res = gd_review(employer_id = 715) # walmart
}
Run the code above in your browser using DataLab