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's often useful to read in these files and "flatten" the structure out to work 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 ('tbl_dt') structures from them.
Version: | 0.2.0 |
Depends: | R (≥ 3.2.0) |
Imports: | Rcpp, Rcpp11, data.table, dtplyr |
LinkingTo: | Rcpp, Rcpp11 |
Suggests: | testthat |
Published: | 2016-08-27 |
Author: | Bob Rudis (@hrbrmstr), Niels Lohmann (C++ json parser), Deepak Bandyopadhyay (C++ gzstream), Lutz Kettner (C++ gzstream) |
Maintainer: | Bob Rudis <bob at rud.is> |
BugReports: | https://gitlab.com/hrbrmstr/ndjson/issues |
License: | AGPL |
URL: | http://gitlab.com/hrbrmstr/ndjson |
NeedsCompilation: | yes |
SystemRequirements: | zlib, C++11 |
Materials: | README NEWS |
CRAN checks: | ndjson results |
Reference manual: | ndjson.pdf |
Package source: | ndjson_0.2.0.tar.gz |
Windows binaries: | r-devel: ndjson_0.2.0.zip, r-release: ndjson_0.2.0.zip, r-oldrel: not available |
OS X Mavericks binaries: | r-release: ndjson_0.2.0.tgz, r-oldrel: ndjson_0.2.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=ndjson to link to this page.