wesanderson_json: Path to wesanderson JSON and XML

View source: R/wesanderson.R

wesanderson_jsonR 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())
}

repurrrsive documentation built on Dec. 28, 2022, 2:34 a.m.