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.
- Version0.1.0
- R version≥ 3.1.0
- LicenseMIT
- Licensefile LICENSE
- Needs compilation?No
- Last release07/07/2021
Documentation
Team
Clark Fitzgerald
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Depends1 package
- Imports2 packages
- Suggests4 packages