getLocation: Get the location of the dataset in the underlying HDF5 file.

Description Usage Arguments Value Author(s) See Also Examples

Description

This function returns the HDF5-internal path to the dataset that the h5array / h5matrix points to, this is *not* the path to the file containign the data, but rather a path *within* that file.

Usage

1
getLocation(object)

Arguments

object

An object of class h5array or h5matrix

Value

A character containing the location of the dataset.

Author(s)

Paul Theodor Pyl

See Also

link{getFileName}

Examples

1
2
3
4
x <- h5matrixCreate(tempfile(), "This/Is/The/Location", c(10,10), "double", fillValue = 42)
x
getLocation(x) #Note the leading "/"", indicating that this
               #location is a child of the root location wihtin the HDF5 file

PaulPyl/h5array documentation built on May 8, 2019, 12:57 a.m.