Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 701 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 701 Bytes

tsvio

tsvio is an R package of utilities for rapidly loading specified rows and/or columns of data from large tab-separated value (tsv) files (large: e.g. 1 GB file of 10000 x 10000 matrix).

Basically, tsvio is an R wrapper to C code that creates an index file for the rows of the tsv file, and uses that index file to collect rows and/or columns from the tsv file without reading the whole file into memory.

Installation from CRAN

install.packages("tsvio")

Documentation

The following documentation is available: