The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
Version: | 0.9.0 |
Depends: | R (≥ 3.2.0) |
Imports: | Rcpp, data.table, tibble |
LinkingTo: | Rcpp |
Suggests: | tinytest, covr |
Published: | 2022-10-17 |
DOI: | 10.32614/CRAN.package.ndjson |
Author: | Bob Rudis [aut, cre], Niels Lohmann [aut] (C++ json parser), Deepak Bandyopadhyay [aut] (C++ gzstream), Lutz Kettner [aut] (C++ gzstream), Neal Fultz [ctb] (Rcpp integration), Maarten Demeyer [ctb] (dtplyr cleanup) |
Maintainer: | Bob Rudis <bob at rud.is> |
BugReports: | https://github.com/hrbrmstr/ndjson/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/hrbrmstr/ndjson |
NeedsCompilation: | yes |
SystemRequirements: | zlib, C++17 |
Materials: | INSTALL |
In views: | WebTechnologies |
CRAN checks: | ndjson results |
Reference manual: | ndjson.pdf |
Package source: | ndjson_0.9.0.tar.gz |
Windows binaries: | r-devel: ndjson_0.9.0.zip, r-release: ndjson_0.9.0.zip, r-oldrel: ndjson_0.9.0.zip |
macOS binaries: | r-release (arm64): ndjson_0.9.0.tgz, r-oldrel (arm64): ndjson_0.9.0.tgz, r-release (x86_64): ndjson_0.9.0.tgz, r-oldrel (x86_64): ndjson_0.9.0.tgz |
Old sources: | ndjson archive |
Reverse depends: | streamR |
Please use the canonical form https://CRAN.R-project.org/package=ndjson to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.