Column Text Format (CTF) is a new tabular data format designed for simplicity and performance. CTF is the simplest column store you can imagine: plain text files for each column in a table, and a metadata file. The underlying plain text means the data is human readable and familiar to programmers, unlike specialized binary formats. CTF is faster than row oriented formats like CSV when loading a subset of the columns in a table. This package provides functions to read and write CTF data from R.
Version: | 0.1.0 |
Depends: | R (≥ 3.1.0) |
Imports: | jsonlite, iotools |
Suggests: | roxygen2, knitr, rmarkdown, testthat |
Published: | 2021-07-07 |
DOI: | 10.32614/CRAN.package.ctf |
Author: | Clark Fitzgerald [aut, cre] |
Maintainer: | Clark Fitzgerald <fitzgerald at csus.edu> |
BugReports: | https://github.com/julianofhernandez/ctf |
License: | MIT + file LICENSE |
URL: | https://github.com/julianofhernandez/ctf |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | ctf results |
Reference manual: | ctf.pdf |
Vignettes: |
Overview |
Package source: | ctf_0.1.0.tar.gz |
Windows binaries: | r-devel: ctf_0.1.0.zip, r-release: ctf_0.1.0.zip, r-oldrel: ctf_0.1.0.zip |
macOS binaries: | r-release (arm64): ctf_0.1.0.tgz, r-oldrel (arm64): ctf_0.1.0.tgz, r-release (x86_64): ctf_0.1.0.tgz, r-oldrel (x86_64): ctf_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=ctf to link to this page.