discog_json {repurrrsive} | R Documentation |
Path to Discogs data as JSON
discog_json()
Local path to JSON file containing Discogs data
Other Discogs data and functions:
discog
discog_json()
if (require("jsonlite")) {
d <- fromJSON(discog_json(), simplifyVector = FALSE)
identical(discog, d)
}