discog_json {repurrrsive} | R 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)
}
[Package repurrrsive version 1.1.0 Index]