GetIntAttributeFromH5: Reads an integer attribute from the HDF5 file.

View source: R/RcppExports.R

GetIntAttributeFromH5R Documentation

Reads an integer attribute from the HDF5 file.

Description

GetIntAttributeFromH5 reads an integer attribute from the HDF5 file.

Usage

GetIntAttributeFromH5(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.

Value

An integer attribute.

Examples

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

## End(Not run)

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