Package: ctf 0.1.0
ctf: Read and Write Column Text Format (CTF)
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.
Authors:
ctf_0.1.0.tar.gz
ctf_0.1.0.zip(r-4.5)ctf_0.1.0.zip(r-4.4)ctf_0.1.0.zip(r-4.3)
ctf_0.1.0.tgz(r-4.4-any)ctf_0.1.0.tgz(r-4.3-any)
ctf_0.1.0.tar.gz(r-4.5-noble)ctf_0.1.0.tar.gz(r-4.4-noble)
ctf_0.1.0.tgz(r-4.4-emscripten)ctf_0.1.0.tgz(r-4.3-emscripten)
ctf.pdf |ctf.html✨
ctf/json (API)
NEWS
# Install 'ctf' in R: |
install.packages('ctf', repos = c('https://fitzgerald-csus.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/julianofhernandez/ctf/issues
Last updated 3 years agofrom:25dfc6c0ac. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 16 2024 |
R-4.5-win | OK | Oct 16 2024 |
R-4.5-linux | OK | Oct 16 2024 |
R-4.4-win | OK | Oct 16 2024 |
R-4.4-mac | OK | Oct 16 2024 |
R-4.3-win | OK | Oct 16 2024 |
R-4.3-mac | OK | Oct 16 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Read CTF data | read.ctf |
Write Data Frame To CTF | write.ctf |