GetInt64AttributeFromH5: Reads a 64-bit integer attribute from the HDF5 file.

View source: R/RcppExports.R

GetInt64AttributeFromH5R Documentation

Reads a 64-bit integer attribute from the HDF5 file.

Description

GetInt64AttributeFromH5 reads a 64-bit integer attribute from the HDF5 file.

Usage

GetInt64AttributeFromH5(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. int64 parameters are returned as string. They can be converted to integer64 using bit64::as.integer64().

Value

An string attribute.

Examples

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

## End(Not run)

pasturm/TofDaqR documentation built on July 20, 2024, 9:44 a.m.