H5Fflush: Flush all buffers associated with a file to disk

View source: R/H5F.R

H5FflushR Documentation

Flush all buffers associated with a file to disk

Description

Flush all buffers associated with a file to disk

Usage

H5Fflush(h5file, scope = h5default("H5F_SCOPE"))

Arguments

h5file

H5IdComponent representing any object associated with the file to be flushed.

scope

Specifies whether the scope of the flushing action is global (flushes the entire virtual file) or local (flushes only the specified file). Valid values are H5F_SCOPE_GLOBAL and H5F_SCOPE_LOCAL.


grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.