wesanderson_json {repurrrsive}R Documentation

Path to wesanderson JSON and XML

Description

Path to wesanderson JSON and XML

Usage

wesanderson_json()

wesanderson_xml()

Value

Local path to JSON or XML file containing Wes Anderson color palettes

See Also

Other wesanderson data and functions: wesanderson

Examples

wesanderson_json()
if (require("jsonlite")) {
  jsonlite::fromJSON(wesanderson_json())
}
wesanderson_xml()
if (require("xml2")) {
  xml2::read_xml(wesanderson_xml())
}

[Package repurrrsive version 1.1.0 Index]