hql_flush {hdfqlr}R Documentation

Flush HDF Files

Description

Flush HDF file(s) to write buffered data to the disk.

Usage

hql_flush(global = TRUE)

Arguments

global

If TRUE, a global flush is performed and and all open HDF files are flushed. If FALSE, a local flush is performed and only the HDF file currently in use is flushed.


[Package hdfqlr version 0.6-2 Index]