Skip to contents

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()
#> [1] "/tmp/RtmpcfxJ99/temp_libpath1de4995cbf9975/repurrrsive/extdata/discog.json"
if (require("jsonlite")) {
  d <- fromJSON(discog_json(), simplifyVector = FALSE)
  identical(discog, d)
}
#> Loading required package: jsonlite
#> [1] TRUE