The Forbes 2000 list is a ranking of the world's biggest companies, measured by sales, profits, assets and market value.
data("Forbes2000")
data("Forbes2000", package = "HSAUR3")
summary(Forbes2000)
### number of countries
length(levels(Forbes2000$country))
### number of industries
length(levels(Forbes2000$category))
Run the code above in your browser using DataLab