HSDSDataset-class {rhdf5client}R Documentation

An S4 class to represent a dataset in a HDF5 file.

Description

This class is deprecated and will be defunct in the next release.

Slots

file

An object of type HSDSFile; the file in which the dataset is resident.

path

The dataset's path in the internal HDF5 hiearchy.

uuid

The unique unit ID by which the dataset is accessed in the server database system.

shape

The dimensions of the dataset

type

The dataset's HDF5 datatype


[Package rhdf5client version 1.6.0 Index]