Skip to content
/ csvread Public

❗ This is a read-only mirror of the CRAN R package repository. csvread — Fast Specialized CSV File Loader. Homepage: https://github.com/jabiru/csvread

Notifications You must be signed in to change notification settings

cran/csvread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

❗ This is a read-only mirror of the CRAN R package repository. csvread — Fast Specialized CSV File Loader. Homepage: https://github.com/jabiru/csvread

Resources

Stars

Watchers

Forks

Packages

No packages published