from_ndjson | R Documentation |
Converts ndjson into R objects
from_ndjson(ndjson, simplify = TRUE, fill_na = FALSE)
ndjson |
new-line delimited JSON to convert to R object. Can be a string, url or link to a file. |
simplify |
logical, if |
fill_na |
logical, if |
js <- to_ndjson( data.frame( x = 1:5, y = 6:10 ) ) from_ndjson( js )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.