GetUintAttributeFromH5: Reads an unsigned integer attribute from the HDF5 file.

View source: R/RcppExports.R

GetUintAttributeFromH5R Documentation

Reads an unsigned integer attribute from the HDF5 file.

Description

GetUintAttributeFromH5 reads an unsigned integer attribute from the HDF5 file.

Usage

GetUintAttributeFromH5(Filename, location, name)

Arguments

Filename

Path/filename of the HDF5 file.

location

Location of the group or dataset where the attribute is attached to.

name

Attribute name.

Details

Used to read attributes not available from GetH5Descriptor. Unsigned integers are returned as numeric values in R.

Value

An numeric attribute.

Examples

## Not run: 
GetUintAttributeFromH5("path/to/file.h5", location = , name = )

## End(Not run)

pasturm/TofDaqR documentation built on March 29, 2024, 12:10 a.m.