chart: Full data from tsort.info

Description Usage Format Details Source Examples

Description

A dataset containing all songs and albums from https://tsort.info. Version 2-8-0025.

Usage

1

Format

A data frame with 71141 rows and 17 variables:

artist

Name of Band / Artist

name

The name of the entry (song or album title)

type

The type of the entry, either "song" or "album"

year

The year allocated to the entry (may be unknown)

score

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

songentry_pos

The song's position in the Top Songs list (or the empty string if it is not in it)

songyear_pos

The song's position in its Song Year list

songartist_pos

The artist's position in the Top Artists list (note that only the artist's top song is labeled in this way)

songtitle_pos

The song title's position in the Top Titles list (note that only the most highly placed cover version is labeled for each title)

songdecade_pos

The song's position in its Song Decade list

namsong_pos

The song's position in the Top North American Songs list for its year

eursong_pos

The song's position in the Top European Songs list for its year

albumentry_pos

The album's position in the Top Albums list

albumyear_pos

The album's position in its Album Year list

albumartist_pos

The artist's position in the Top Album Artists list (note that only the artist's top album is labeled in this way)

albumdecade_pos

The album's position in its Album Decade list

notes

The chart entries for this item (this follows the templates defined on the Song Charts and Album Charts pages)

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(chart)        # Lazy loading. Data becomes visible as soon as used, e. g. via str(songs).

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

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