dsAssignTable,ArmadilloConnection-method {DSMolgenisArmadillo} | R Documentation |
Assign a table
Description
Assign a R-data.frame in the DataSHIELD R session.
Usage
## S4 method for signature 'ArmadilloConnection'
dsAssignTable(
conn,
symbol,
table,
variables = NULL,
missings = FALSE,
identifiers = NULL,
id.name = NULL,
async = TRUE
)
Arguments
conn |
|
symbol |
Name of the R symbol. |
table |
Fully qualified name of the table. |
variables |
The variables to load. |
missings |
Not supported |
identifiers |
Not supported |
id.name |
Not supported |
async |
When set, do not wait for the result. |
Value
A ArmadilloResult-class
object.
[Package DSMolgenisArmadillo version 2.0.9 Index]