songs: Top 5000 Songs from tsort.info

Description Usage Format Details Source Examples

Description

A dataset containing the Top 5000 Songs from https://tsort.info. Version 2-8-0025.

Usage

1

Format

A data frame with 5000 rows and 9 variables:

position

The item's position in the overall list, from 1 to 5000

artist

The name of the artist / band

name

Name of the Song

year

The year allocated to the entry

final_score

Total score, calculated using weights (factors) by region and year, as documented in more detail at tsort.info. See FAQ. Datasets containing weights are available there.

raw_usa

Raw score (i. e. without applying weights) from the USA based charts

raw_eng

Raw score (i. e. without applying weights) from the non-USA English speaking countries (UK, Canada, Australia, New Zealand, South Africa, Ireland and Hong Kong)

raw_eur

Raw score (i. e. without applying weights) from the non-English speaking countries in Europe (Germany, France, Austria, Norway, Sweden, Italy, Switzerland, Spain, Netherlands, Belgium, Poland, Denmark, Finland and the Vatican)

raw_row

Raw score (i. e. without applying weights) from the remaining countries (row = "rest of world"), i. e. exluding the markets above.

Details

Note that usage of data from tsort.info is free under the following conditions:

1. Acknowledge the source.

2. Prominently link to https://tsort.info

3. Always include version number.

File version "2-8-0025" included as an attribute. See Examples section.

Note that rankings and scores are likely to change in new versions provided at https://tsort.info.

Source

https://tsort.info

Examples

1
2
3
4
5
data(songs)        # Lazy loading. Data becomes visible as soon as used, e. g. via str(songs).

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

fjodor/tsortmusicr documentation built on May 16, 2020, 4:53 p.m.