CRAN

ndjson 0.6.0

Wicked-Fast Streaming 'JSON' ('ndjson') Reader

Released Mar 5, 2018 by Bob Rudis

This package cannot yet be used with Renjin it depends on other packages which are not available: data.table 1.12.2 and dtplyr 0.0.3

Dependencies

data.table 1.12.2 dtplyr 0.0.3 dplyr 0.8.2 Rcpp

Streaming 'JSON' ('ndjson') has one 'JSON' record per-line and many modern 'ndjson' files contain large numbers of records. These constructs may not be columnar in nature, but it is often useful to read in these files and "flatten" the structure out to enable working with the data in an R 'data.frame'-like context. Functions are provided that make it possible to read in plain 'ndjson' files or compressed ('gz') 'ndjson' files and either validate the format of the records or create "flat" 'data.table' structures from them.

Source

R
C
C++

View GitHub Mirror

Release History