composers: Composers

Description Usage Format Source Examples

Description

The composers in the MP3 library.

Usage

1
data("composers")

Format

A data frame with 195 observations on the following 3 variables.

full

First and last names and their life span in parentheses (character)

surname

Only the composer's last name (character)

simplified

The composer's last name with diacritics removed (character)

Source

The Internet.

Examples

1
2
3
data(composers)
dvorak=composers[composers$simplified=="Dvorak","full"]
table(albums[albums$composer==dvorak,"grouping"]) #

vdweijer/mp3 documentation built on Jan. 23, 2022, 12:17 a.m.