albums2000: Top 50 albums for every month from Jan 2000 to Jun 2021 from...

albums2000R Documentation

Top 50 albums for every month from Jan 2000 to Jun 2021 from chart2000.com

Description

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.

Usage

albums2000

Format

A data frame with 12900 rows and 13 variables:

year_month

year and month, character, format "2000-01"

month

month allocated to entry, ordered factor, levels from 1 = "Jan" to 12 = "Dec"

year

year allocated to entry, numeric, 4 digits

position

total rank, numeric from 1 to 50

artist

name of artist / band, character

album

album title, character

indicativerevenue

estimated revenue across whole music chain in thousands of dollars; numeric

us

peak position in US in that month, numeric, contains NAs

uk

peak position in UK in that month, numeric, contains NAs

de

peak position in Germany in that month, numeric, contains NAs

fr

peak position in France in that month, numeric, contains NAs

ca

peak position in Canada in that month, numeric, contains NAs

au

peak position in Australia in that month, numeric, contains NAs

Source

https://chart2000.com/about

Examples

data(albums2000)        # Lazy loading

## Access file version number:
attr(albums2000, "version")
str(albums2000)

fjodor/chartmusicdata documentation built on Jan. 29, 2024, 6:42 p.m.