H5T_factory: Turn ids into 'H5T' objects

View source: R/R6Classes_H5T.R

H5T_factoryR Documentation

Turn ids into H5T objects

Description

Turn ids into H5T objects

Usage

H5T_factory(ids, do_copy = FALSE)

Arguments

ids

The ids to return as objects

do_copy

Should the ids be copied using HDF5s internal copy mechanism

Details

Gets the HDF5 internal class for an id and dispatches them so that the correct R6es are being created.

Value

An object of type R6 class H5T

Author(s)

Holger Hoefling


hdf5r documentation built on Jan. 22, 2023, 1:12 a.m.