H5Rget_obj_type: Identify the type of object that a reference points to

View source: R/H5R.R

H5Rget_obj_typeR Documentation

Identify the type of object that a reference points to

Description

Identify the type of object that a reference points to

Usage

H5Rget_obj_type(ref, h5loc)

Arguments

ref

H5ref object containing the reference to be queried.

h5loc

An H5IdComponent object representing the file containing the referenced object.

Value

Character string of length 1 identifying the object type. Valid return values are: "GROUP", "DATASET", and "NAMED_DATATYPE".


grimbough/rhdf5 documentation built on Sept. 14, 2024, 8:41 a.m.