URI: Construct a URI/URL using the host, port and auth parameters...

View source: R/generic_connection.R

URIR Documentation

Construct a URI/URL using the host, port and auth parameters stored in the connection object. Every function that needs to talk to SciDB should use this function to supply the URI.

Description

Construct a URI/URL using the host, port and auth parameters stored in the connection object. Every function that needs to talk to SciDB should use this function to supply the URI.

Usage

URI(db_or_conn, resource = "", args = list())

Arguments

db_or_conn

scidb database connection object _or_ its "connection" attribute

resource

(string): A URI identifying the requested service

args

(list): A list of named query parameters to put at the end of the constructed URI

Value

(string) the new URI/URL

See Also

URI.default, URI.shim


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.