read_dset_data: Read a single dataset from an open group

Description Usage Arguments Value

View source: R/funcs.R

Description

Read a single dataset from an open group

Usage

1
read_dset_data(group, name, first = 1L, last = NULL)

Arguments

group

an open H5Group object.

name

the name of a dataset in the group.

first

first index to read; must be >= 1

last

last index to read; NULL means read to end of data; must be >= first

Value

a vector containing the data that was read.


marcpaterno/h5tables documentation built on July 20, 2020, 11:14 p.m.