<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Fast Specialized CSV File Loader</dc:title>
  <dc:title>R package csvread version 1.2.3</dc:title>
  <dc:description>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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 2.15), methods</dc:relation>
  <dc:relation>Enhances: bit64</dc:relation>
  <dc:creator>Sergei Izrailev &lt;sizrailev@jabiruventures.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Sergei Izrailev [aut, cre]</dc:contributor>
  <dc:rights>Apache License (== 2.0)</dc:rights>
  <dc:date>2024-11-05</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=csvread</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.csvread</dc:identifier>
  <dc:language>en-US</dc:language>
</oai_dc:dc>
