HSDSFile: Construct an object of type HSDSFile

Description Usage Arguments Examples

View source: R/File.R

Description

A HSDSFile is a representation of an HDF5 file the contents of which are accessible exposed by a HDF5 server.

Usage

1
HSDSFile(src, domain)

Arguments

src

an object of type HSDSSource, the server which exposes the file

domain

the domain string; the file's location on the server's file system.

Examples

1
2
src <- HSDSSource('http://hsdshdflab.hdfgroup.org')
f10x <- HSDSFile(src, '/shared/bioconductor/tenx_full.h5')

sampoll/rhdf5client2 documentation built on May 24, 2019, 2:47 p.m.