The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
Version: | 1.2.3 |
Depends: | R (≥ 2.15), methods |
Enhances: | bit64 |
Published: | 2024-11-05 |
DOI: | 10.32614/CRAN.package.csvread |
Author: | Sergei Izrailev [aut, cre] |
Maintainer: | Sergei Izrailev <sizrailev at jabiruventures.com> |
License: | Apache License (== 2.0) |
Copyright: | Copyright (C) Collective, Inc. | file inst/COPYRIGHTS csvread copyright details |
URL: | https://github.com/jabiru/csvread |
NeedsCompilation: | yes |
Language: | en-US |
Materials: | README NEWS |
CRAN checks: | csvread results |
Reference manual: | csvread.pdf |
Package source: | csvread_1.2.3.tar.gz |
Windows binaries: | r-devel: csvread_1.2.3.zip, r-release: csvread_1.2.3.zip, r-oldrel: csvread_1.2.3.zip |
macOS binaries: | r-release (arm64): csvread_1.2.3.tgz, r-oldrel (arm64): csvread_1.2.3.tgz, r-release (x86_64): csvread_1.2.3.tgz, r-oldrel (x86_64): csvread_1.2.3.tgz |
Old sources: | csvread archive |
Please use the canonical form https://CRAN.R-project.org/package=csvread to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.