hql_create: Create HDF Files, Datasets or Attribute

Description Usage Arguments Functions Examples

Description

Create HDF files and groups.

Usage

1
2
3

Arguments

file

The HDF file to create.

overwrite

If TRUE, overwrite existing file, group, attribute, or dataset.

parallel

If TRUE, use parallel capabilities.

group

The group to create.

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_create_group("group1")

  hql_close_file(tf)
}

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

Related to hql_create in hdfqlr...