hql_file: Access HDF Files

Description Usage Arguments Functions Examples

Description

Open (use) and close HDF files.

Usage

1
2
3

Arguments

file

The HDF file path.

all

If TRUE, close all open HDF files.

Functions

Examples

1
2
3
4
5
6
7
8
9
if(hql_is_loaded()){
  tf = tempfile(fileext = ".h5")
  hql_create_file(tf)

  hql_use_file(tf)
  hql_flush()

  hql_close_file(tf)
}

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

Related to hql_file in hdfqlr...