GetStringAttributeFromH5: Reads a string attribute from the HDF5 file.

View source: R/RcppExports.R

GetStringAttributeFromH5R Documentation

Reads a string attribute from the HDF5 file.

Description

GetStringAttributeFromH5 reads a string attribute from the HDF5 file.

Usage

GetStringAttributeFromH5(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 string attribute.

Examples

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

## End(Not run)

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