Learn R Programming

⚠️There's a newer version (1.2.2) of this package.Take me there.

csvread

This R package provides functions for loading large (10M+ lines) CSV and other delimited files, similar to read.csv, but typically faster and using less memory than the standard R loader. While not entirely general, it covers many common use cases when the types of columns in the CSV file are known in advance. In addition, the package provides a class 'int64', which represents 64-bit integers exactly when reading from a file. The latter is useful when working with 64-bit integer identifiers exported from databases.

See http://jabiru.github.io/csvread/ for more details.

Copy Link

Version

Install

install.packages('csvread')

Monthly Downloads

965

Version

1.2

License

Apache License (== 2.0)

Issues

Pull Requests

Stars

Forks

Maintainer

Sergei Izrailev

Last Published

March 8th, 2015

Functions in csvread (1.2)

csvread

Fast Specialized CSV File Loader.
Ops.int64

Operators for the int64 class.
int64

A very basic 64-bit integer class.