albums2000 | R Documentation |
A dataset containing the top 50 albums per month from January 2000 to June 2021 according to charts from the USA, UK, Germany, France, Canada, Australia, Italy and Spain.
albums2000
A data frame with 12900 rows and 13 variables:
year and month, character, format "2000-01"
month allocated to entry, ordered factor, levels from 1 = "Jan" to 12 = "Dec"
year allocated to entry, numeric, 4 digits
total rank, numeric from 1 to 50
name of artist / band, character
album title, character
estimated revenue across whole music chain in thousands of dollars; numeric
peak position in US in that month, numeric, contains NAs
peak position in UK in that month, numeric, contains NAs
peak position in Germany in that month, numeric, contains NAs
peak position in France in that month, numeric, contains NAs
peak position in Canada in that month, numeric, contains NAs
peak position in Australia in that month, numeric, contains NAs
data(albums2000) # Lazy loading
## Access file version number:
attr(albums2000, "version")
str(albums2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.