read_json | R Documentation |
Simple wrapper for jsonlite::fromJSON
.
read_json(file, flatten = TRUE)
file |
File name of JSON file or character vector containing a JSON string. |
flatten |
Should the JSON file be flattened? |
An R data structure representing the JSON content.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.