standalone_H5D_get_type: Get the id of a type of the dataset

View source: R/R6Classes_H5D.R

standalone_H5D_get_typeR Documentation

Get the id of a type of the dataset

Description

Get the id of a type of the dataset

Usage

standalone_H5D_get_type(h5d_id, native = TRUE)

Arguments

h5d_id

The id of the dataset to get the type from

native

Should it be ensured that it is a native type

Details

A function that just returns an id; it is written standalone so that one can use it to avoid the creation of R6 classes that be a considerable overhead in certain circumstances

Value

An id; the user has to ensure that the id is eventually closed

Author(s)

Holger Hoefling


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