SetUintAttributeInH5: Writes an unsigned integer attribute to the HDF5 file.

View source: R/RcppExports.R

SetUintAttributeInH5R Documentation

Writes an unsigned integer attribute to the HDF5 file.

Description

SetUintAttributeInH5 writes an unsigned integer attribute to the HDF5 file.

Usage

SetUintAttributeInH5(Filename, location, name, attribute)

Arguments

Filename

Path/filename of the HDF5 file.

location

Location of the group or dataset where the attribute is attached to.

name

Attribute name.

attribute

Unsigned integer attribute (passed as numeric value).

Examples

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

## End(Not run)

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