GetUint64AttributeFromH5: Reads an unsigned 64-bit integer attribute from the HDF5...

View source: R/RcppExports.R

GetUint64AttributeFromH5R Documentation

Reads an unsigned 64-bit integer attribute from the HDF5 file.

Description

GetUint64AttributeFromH5 reads an unsigned 64-bit integer attribute from the HDF5 file.

Usage

GetUint64AttributeFromH5(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 int64 parameters are returned as string.

Value

An int64 attribute.

Examples

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

## End(Not run)

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