CloseH5: Closes an open HDF5 file.

View source: R/RcppExports.R

CloseH5R Documentation

Closes an open HDF5 file.

Description

CloseH5 closes an open HDF5 file.

Usage

CloseH5(Filename)

Arguments

Filename

Path/filename of the HDF5 file.

Details

This function is called internally by all Get..FromH5 functions, so it is usually not necessary to call CloseH5 explicitely.

Examples

## Not run: 
CloseH5("path/to/file.h5")

## End(Not run)

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