metallica: Metallica data

metallicaR Documentation

Metallica data

Description

A dataset from Field, A. P. (2023). Discovering statistics using R and RStudio (2nd ed.). London: Sage.

Usage

metallica

Format

A tibble with 7 rows and 9 variables.

Details

The data show various pieces of information about past and present members of the band Metallica that may or may not be accurate at the time of writing (2019). The data contains the following variables:

  • name: the band member's name

  • birth_date: the band member's date of birth

  • death_date: the band member's date of death (where applicable)

  • instrument: the instrument played by the band member

  • current_member: is the member currently in the band? (True or False)

  • songs_written: the number of songs the band member has contributed to

  • net_worth: the band member's net worth as of 2019 according to some dodgy website

  • albums: the number of studio albums each member played on (up to 2020)

  • worth_per_song: the members net worth per song contributed to

Source

www.discovr.rocks/csv/metallica.csv


profandyfield/discovr documentation built on Oct. 29, 2023, 4:10 p.m.