getFileName: Get the filename of the underlying HDF5 files.

Usage Arguments See Also Examples

Usage

1
getFileName(object)

Arguments

object

See Also

link{getLocation}

Examples

1
2
3
4
5
6
x <- h5matrixCreate(
      file.path(tempdir(), "this.is.the.file.name.txt"),
      "This/Is/The/Location", c(10,10), "double",
      fillValue = 42)
x
getFileName(x)

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