cleancompany: Get a clean dataframe of companies, including key information

Description Usage Arguments Value Examples

View source: R/cleancompany.R

Description

This function is designed to return a clean dataframe filled by parsed responses from the specific MUSE API request for certain companies.

Usage

1
2
cleancompany(page = NULL, decending = FALSE, industry = NULL,
  size = NULL, location = NULL, apikey = NULL)

Arguments

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.

Value

A clean dataframe with following information: company name, locations, industries, size, description, tags, twitter, link and logo.

Examples

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)

brandywwy/Rmuse documentation built on Aug. 12, 2019, 1:49 p.m.