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