Learn R Programming

hdfqlr (version 0.6-2)

set_data: Set Data

Description

Set data in HDF file.

Usage

set_data(x, path, otype, transpose = TRUE, parallel = FALSE)

Arguments

path

The location of the object within the HDF file.

otype

The HDF object type.

transpose

If TRUE, transpose the data.

parallel

Use parallel processing functionality.