readLongformAtChunks: Read specified chunks of data in an HDF5 dataset.

Description Usage Arguments Details

View source: R/util_functions.R

Description

This function reads chunks from an HDF5 file with the name provided in filename and the chunks delimited by a data frame called chunkDefineTable. This function should in general not be called, except through the readDataAtFrame function.

Usage

1
readLongformAtChunks(myFileName, datasetName, chunkDefineTable)

Arguments

myFileName

The HDF5 file from which to load the data

datasetName

The dataset name within the HDF5 file

chunkDefineTable

A table that contains a dataChunkStart and dataChunkEnd column.

Details

chunkDefineTable must contain two columns with the names dataChunkStart and dataChunkEnd that specify the blocks of data to load.


MirceaDavidEsc/bigh5 documentation built on May 7, 2019, 4:58 p.m.