CRAN/E | ctf

ctf

Read and Write Column Text Format (CTF)

Installation

About

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.

github.com/julianofhernandez/ctf
Bug report File report

Key Metrics

Version 0.1.0
R ≥ 3.1.0
Published 2021-07-07 1033 days ago
Needs compilation? no
License MIT
License File
CRAN checks ctf results

Downloads

Yesterday 1 -83%
Last 7 days 52 -26%
Last 30 days 213 -3%
Last 90 days 585 -24%
Last 365 days 2.606 +11%

Maintainer

Maintainer

Clark Fitzgerald

fitzgerald@csus.edu

Authors

Clark Fitzgerald

aut / cre

Material

NEWS
Reference manual
Package source

Vignettes

Overview

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Depends

R ≥ 3.1.0

Imports

jsonlite
iotools

Suggests

roxygen2
knitr
rmarkdown
testthat