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)
}

jennybc/repurrrsive documentation built on June 13, 2025, 10:21 p.m.