R/H5R.R
H5Rget_obj_type.Rd
Identify the type of object that a reference points to
H5Rget_obj_type(ref, h5loc)
H5ref object containing the reference to be queried.
H5ref
An H5IdComponent object representing the file containing the referenced object.
H5IdComponent
Character string of length 1 identifying the object type. Valid return values are: "GROUP", "DATASET", and "NAMED_DATATYPE".
"GROUP"
"DATASET"
"NAMED_DATATYPE"