GetDoubleAttributeFromH5: Reads a double attribute from the HDF5 file.

View source: R/RcppExports.R

GetDoubleAttributeFromH5R Documentation

Reads a double attribute from the HDF5 file.

Description

GetDoubleAttributeFromH5 reads a double attribute from the HDF5 file.

Usage

GetDoubleAttributeFromH5(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: 
GetDoubleAttributeFromH5("path/to/file.h5", location = , name = )

## End(Not run)

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