initConn: initConn

Description Usage Arguments Value Examples

Description

Initialize connection to h5pyd server

Usage

1
initConn(domain, mode = "r", endpoint)

Arguments

domain

H5File domain (see documentation)

mode

File mode ('r' for read-only, 'r+' for read-write, 'w' for write) Note: 'w' obliterates everything in the file

endpoint

endpoint

Value

object of type h5pyd_connection

Examples

1
conn <- initConn(domain='/home/stvjc/tenx_full.h5', mode='r', endpoint='http://52.4.181.237:5101') 

sampoll/rh5pydclient documentation built on May 3, 2019, 3:41 p.m.