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:Clark Fitzgerald [aut, cre]

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'))

Peer review:

Bug tracker:https://github.com/julianofhernandez/ctf/issues

On CRAN:

2.30 score 5 scripts 203 downloads 2 mentions 2 exports 2 dependencies

Last updated 3 years agofrom:25dfc6c0ac. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 16 2024
R-4.5-winOKOct 16 2024
R-4.5-linuxOKOct 16 2024
R-4.4-winOKOct 16 2024
R-4.4-macOKOct 16 2024
R-4.3-winOKOct 16 2024
R-4.3-macOKOct 16 2024

Exports:read.ctfwrite.ctf

Dependencies:iotoolsjsonlite

Overview

Rendered fromoverview.Rmdusingknitr::rmarkdownon Oct 16 2024.

Last update: 2021-07-07
Started: 2021-07-07