HSDSSource {rhdf5client}R Documentation

Construct an object of type HSDSSource.

Description

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

Usage

HSDSSource(endpoint, type = "hsds")

Arguments

endpoint

URL for server

type

Type of server software at the source; must be

Details

This function is deprecated and will be defunct in the next release.

Value

An object of type HSDSSource

Examples

if (check_hsds()) {
 src.hsds <- HSDSSource('http://hsdshdflab.hdfgroup.org')
}

[Package rhdf5client version 1.15.2 Index]