SetStringAttributeInH5: Writes a string attribute to the HDF5 file.

View source: R/RcppExports.R

SetStringAttributeInH5R Documentation

Writes a string attribute to the HDF5 file.

Description

SetStringAttributeInH5 writes a string attribute to the HDF5 file.

Usage

SetStringAttributeInH5(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

String attribute (max. 256 characters).

Examples

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

## End(Not run)

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