View source: R/write_json_lines.R
read_json_lines | R Documentation |
ndjson
file.Function to read a new line JSON, also known as ndjson
file.
read_json_lines(file, pagesize = 500, verbose = FALSE)
file |
File name of new line JSON file. |
pagesize |
Number of lines to write to |
verbose |
Should the function give messages? |
An R data object, dependent on contents of file
.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.