repurrrsive (version 1.0.0)

discog_json: Path to Discogs data as JSON

Description

Path to Discogs data as JSON

Usage

discog_json()

Arguments

Value

Local path to JSON file containing Discogs data

See Also

Other Discogs data and functions: discog

Examples

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

Run the code above in your browser using DataLab