Paths to Game of Thrones data as JSON and XML
got_chars_json() got_chars_xml()
Local path to JSON or XML file containing Game of Thrones data
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 }
Other Game of Thrones data and functions: got_chars
Useful links