Forbes2000 | R Documentation |
The Forbes 2000 list is a ranking of the world's biggest companies, measured by sales, profits, assets and market value.
data("Forbes2000")
A data frame with 2000 observations on the following 8 variables.
the ranking of the company.
the name of the company.
a factor giving the country the company is situated in.
a factor describing the products the company produces.
the amount of sales of the company in billion USD.
the profit of the company in billion USD.
the assets of the company in billion USD.
the market value of the company in billion USD.
https://www.forbes.com, assessed on November 26th, 2004.
data("Forbes2000", package = "HSAUR3")
summary(Forbes2000)
### number of countries
length(levels(Forbes2000$country))
### number of industries
length(levels(Forbes2000$category))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.