SetFloatAttributeInH5: Writes a float attribute to the HDF5 file.

View source: R/RcppExports.R

SetFloatAttributeInH5R Documentation

Writes a float attribute to the HDF5 file.

Description

SetFloatAttributeInH5 writes a float attribute to the HDF5 file.

Usage

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

Float attribute.

Examples

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

## End(Not run)

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