Description Usage Arguments Value Examples
Generate a data frame of company reviews with one function: get_reviews()
.
1 | get_reviews(companyNum)
|
companyNum |
A string representing a company's unique ID number. Identified by navigating to a company's Glassdoor reviews web page and reviewing the URL for characters between "Reviews-" and ".htm" (usually starts with an 'E' and followed by up to seven digits). |
get_reviews
returns a data frame containing reviews and source information.
1 2 3 4 | Reference https://www.glassdoor.com/Reviews/SpaceX-Reviews-E40371.htm
String enclosed with quotes.
reviews <- get_reviews(companyNum = "E40371")
reviews <- get_reviews("E40371")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.