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.

Getting started

Package details

AuthorClark Fitzgerald [aut, cre] (<https://orcid.org/0000-0003-3446-6389>)
MaintainerClark Fitzgerald <fitzgerald@csus.edu>
LicenseMIT + file LICENSE
Version0.1.0
URL https://github.com/julianofhernandez/ctf
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("ctf")

Try the ctf package in your browser

Any scripts or data that you put into this service are public.

ctf documentation built on July 7, 2021, 9:07 a.m.