Assign a DSLite resource in the DataSHIELD R session.
# S4 method for class 'DSLiteConnection'
dsAssignResource(conn, symbol, resource, async = TRUE)
DSLiteConnection
object.
Name of the R symbol.
Fully qualified name of a resource object living in the DSLite server.
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.
A DSLiteResult
object.