discog {repurrrsive}R Documentation

Sharla Gelfand's music collection

Description

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

Usage

discog

Format

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

Source

See Also

Other Discogs data and functions: discog_json()

Examples

length(discog)

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

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

[Package repurrrsive version 1.1.0 Index]