got_chars_json function

Paths to Game of Thrones data as JSON and XML

Paths to Game of Thrones data as JSON and XML

got_chars_json() got_chars_xml()

Returns

Local path to JSON or XML file containing Game of Thrones data

Examples

got_chars_json() if (require("jsonlite")) { gotcj <- fromJSON(got_chars_json(), simplifyDataFrame = FALSE) identical(got_chars, gotcj) } got_chars_xml() if (require("xml2")) { xml <- read_xml(got_chars_xml()) xml }

See Also

Other Game of Thrones data and functions: got_chars