dsAssignResource,ArmadilloConnection-method {DSMolgenisArmadillo} | R Documentation |
Assign a resource
Description
Assign a resource in the DataSHIELD R session.
Usage
## S4 method for signature 'ArmadilloConnection'
dsAssignResource(conn, symbol, resource, async = TRUE)
Arguments
conn |
An object that inherits from |
symbol |
Name of the R symbol. |
resource |
Fully qualified name of a resource reference in the data repository. |
async |
Whether the result of the call should be retrieved asynchronously. |
Value
A ArmadilloResult-class
object.
[Package DSMolgenisArmadillo version 2.0.9 Index]