repurrrsive (version 1.0.0)

discog: Sharla Gelfand's music collection

Description

A music collection, as represented in a recursive list returned from the Discogs API.

Usage

discog

Arguments

Format

A unnamed list with 155 components, each representing an item in Sharla's music collection.

See Also

Other Discogs data and functions: discog_json

Examples

Run this code
length(discog)

str(discog, max.level = 2, list.len = 2)

vapply(discog[1:6], `[[`, c("basic_information", "title"), FUN.VALUE = "")

Run the code above in your browser using DataLab