CRAN/E | csvread

csvread

Fast Specialized CSV File Loader

Installation

About

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. The CSV file loader supports common column types including 'integer', 'double', 'string', and 'int64', leaving further type transformations to the user.

github.com/jabiru/csvread
Copyright Copyright (C) Collective, Inc. | file inst/COPYRIGHTS csvread copyright details

Key Metrics

Version 1.2.2
R ≥ 2.15
Published 2023-12-11 148 days ago
Needs compilation? yes
License Apache License (== 2.0)
CRAN checks csvread results
Language en-US

Downloads

Yesterday 49 +145%
Last 7 days 219 -19%
Last 30 days 988 -4%
Last 90 days 3.209 +5%
Last 365 days 11.656 -4%

Maintainer

Maintainer

Sergei Izrailev

sizrailev@jabiruventures.com

Authors

Sergei Izrailev

Material

README
NEWS
Reference manual
Package source

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

Old Sources

csvread archive

Depends

R ≥ 2.15
methods

Enhances

bit64