h5array: Constructor of the h5array class.

Description Usage Arguments Examples

Description

This function creates an h5array object pointing to the specified location in the specified file. An error is generated should that file not exists.

Usage

1
h5array(fn, location)

Arguments

fn
location

Examples

1
2
3
4
fn <- tempfile()
h5arrayCreate(fn, "/Data", c(12,3), "double")
x <- h5array(fn, "/Data")
x

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