h5.get.dataset.attr: Fetch some attribute from a HDF5 file

Description Usage Arguments Value Examples

View source: R/h5.tools.R

Description

Fetch some attribute from a HDF5 file

Usage

1
h5.get.dataset.attr(hdf5file, dgroup, dataset, attrib)

Arguments

hdf5file

string, Full filename of the HDF5 file, e.g.

dgroup

string, Data set group name, e.g.

dataset

string, Data set name, e.g.

attrib

string, Data attribute name

Value

Attribute data

Examples

1
2
3
4
5
6
7
## Not run: 
hdf5file = '/home/jkor/tmp/test.h5'
dgroup <- '/erp'
dataset <- 'SEAMPILOT301'
attrib <- 'maxdim'

## End(Not run)

jutako/Rtools documentation built on May 29, 2019, 4:52 p.m.