Description Usage Arguments Value Examples
This function is designed to return a clean dataframe filled by parsed responses from the specific MUSE API request for certain companies.
1 2 |
page |
The page number to load (required). |
decending |
Whether to show descending results (default value: FALSE). |
industry |
The company industry to get, please refer to the vignette for available industry categories. |
size |
The company size to get, please refer to the vignette for available size choice. |
location |
The office location to get. |
apikey |
Pass your own API key can increase the rate limit from 500 to 3600 per hour. |
A clean dataframe with following information: company name, locations, industries, size, description, tags, twitter, link and logo.
1 2 3 4 5 | ## Not run:
cleancompany(page = 1)
cleancompany(page = 1, industry = "Tech")
cleancompany(page = 1, size = "Large Size", location = "New York City, NY")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.