SetDoubleAttributeInH5: Writes a double attribute to the HDF5 file.

View source: R/RcppExports.R

SetDoubleAttributeInH5R Documentation

Writes a double attribute to the HDF5 file.

Description

SetDoubleAttributeInH5 writes a double attribute to the HDF5 file.

Usage

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

Double attribute.

Examples

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

## End(Not run)

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