discog_json: Path to Discogs data as JSON

View source: R/discog.R

discog_jsonR Documentation

Path to Discogs data as JSON

Description

Path to Discogs data as JSON

Usage

discog_json()

Value

Local path to JSON file containing Discogs data

See Also

Other Discogs data and functions: discog

Examples

discog_json()
if (require("jsonlite")) {
  d <- fromJSON(discog_json(), simplifyVector = FALSE)
  identical(discog, d)
}

repurrrsive documentation built on Dec. 28, 2022, 2:34 a.m.