# NOT RUN {
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
}
# }
Run the code above in your browser using DataLab