H5AddUserDataMultiRow: Adds user data to a data file.

View source: R/RcppExports.R

H5AddUserDataMultiRowR Documentation

Adds user data to a data file.

Description

H5AddUserDataMultiRow adds user data to a data file. Creates datasets "Data" and "Info" at Location.

Usage

H5AddUserDataMultiRow(
  filename,
  location,
  nbrElements,
  nbrRows,
  data,
  elementDescription = NULL,
  compressionLevel = 0L
)

Arguments

filename

Path/filename of the HDF5 file.

location

Location of group in HDF5 file where the datasets are created.

nbrElements

Number of elements to store per row (if the dataset already exists this value must be the same as in the file).

nbrRows

Number of rows to store per call to this function (each row contains NbrElements entries).

data

Vector of length nbrElements*nbrRows containing the data to be stored in dataset "Data".

elementDescription

Vector of length nbrElements containing the text description of elements. If ElementDescription is NULL the dataset "Info" is not created.

compressionLevel

ZLIB compression level (0-9) for dataset creation. If the dataset at Location already exists this parameter has no effect.


pasturm/TofDaqR documentation built on July 20, 2024, 9:44 a.m.