HSDSSource: Construct an object of type HSDSSource.

Description Usage Arguments Value Examples

View source: R/Source.R

Description

A HSDSSource is a representation of a URL which provides access to a HDF5 server (either h5serv or hsds.)

Usage

1
HSDSSource(endpoint, type = "hsds")

Arguments

endpoint

URL for server

type

Type of server software at the source; must be

Value

An object of type HSDSSource

Examples

1
2
src.hsds <- HSDSSource('http://hsdshdflab.hdfgroup.org')
src.chan <- HSDSSource('http://h5s.channingremotedata.org:5000', 'h5serv')

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