csv2h5: csv2h5

Description Usage Arguments Details Value

View source: R/csv2h5.r

Description

Convert a csv file to HDF5 dataset.

Usage

1
2
3
csv2h5(file, h5out, dataset = NULL, header = "auto",
  format = "column", compression = 4, yolo = FALSE,
  verbose = FALSE, ...)

Arguments

file

Input file.

h5out

Output file.

dataset

Name of the data within the HDF5 file. If none is supplied, then this will be inferred from the input file name.

header

TODO

format

One of column or compound.

compression

HDF5 compression level. An integer between 0 (least) to 9 (most).

yolo

Do you want to skip input file checks? Faster, but dangerous.

verbose

TODO

...

Additional arguments passed to fread(). Can not include file, skip, nrows, verbose, showProgress, or data.table.

Details

TODO

Value

Invisibly returns TRUE.


RBigData/hdfio documentation built on May 21, 2019, 1:20 p.m.