GetFloatAttributeFromH5: Reads a float attribute from the HDF5 file.

View source: R/RcppExports.R

GetFloatAttributeFromH5R Documentation

Reads a float attribute from the HDF5 file.

Description

GetFloatAttributeFromH5 reads a float attribute from the HDF5 file.

Usage

GetFloatAttributeFromH5(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

A numeric attribute.

Examples

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

## End(Not run)

pasturm/TofDaqR documentation built on March 28, 2022, 11:02 p.m.