hql_flush: Flush HDF Files

Description Usage Arguments

View source: R/file.r

Description

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

Usage

1
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.


hdfqlr documentation built on June 11, 2021, 9:08 a.m.

Related to hql_flush in hdfqlr...