dir2h5: dir2h5

Description Usage Arguments Details Value

View source: R/dir2h5.r

Description

Convert a directory of csv files to HDF5 datasets.

Usage

1
2
3
dir2h5(csvdir, h5out, dataset = NULL, recursive = FALSE,
  combined = TRUE, header = "all", format = "column",
  compression = 4, yolo = FALSE, verbose = FALSE, ...)

Arguments

csvdir

Valid directory containing csv files

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.

recursive

TODO

combined

Should the csv files will be writen as a single HDF5 dataset?

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

Option to enable

...

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.