parse_json | R Documentation |
Function that take JSON from the API and convert into R format
parse_json(json, file = FALSE, url = FALSE)
json |
a json string as a character |
file |
logical, if TRUE json is passed as path to a file. Else assumed to contain json |
url |
logical, if TRUE json is treated as a URL from the API |
a named list of data frames and other objects
## Not run: parse_json("jsonhere") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.