Learn R Programming

DSLite (version 1.3.0)

dsAssignResource,DSLiteConnection-method: Assign a resource

Description

Assign a DSLite resource in the DataSHIELD R session.

Usage

# S4 method for DSLiteConnection
dsAssignResource(conn, symbol, resource, async = TRUE)

Value

A DSLiteResult-class object.

Arguments

conn

DSLiteConnection-class object.

symbol

Name of the R symbol.

resource

Fully qualified name of a resource object living in the DSLite server.

async

Whether the result of the call should be retrieved asynchronously. When TRUE (default) the calls are parallelized over the connections, when the connection supports that feature, with an extra overhead of requests.