Assign a R-data.frame in the DataSHIELD R session.
# S4 method for ArmadilloConnection
dsAssignTable(
conn,
symbol,
table,
variables = NULL,
missings = FALSE,
identifiers = NULL,
id.name = NULL,
async = TRUE
)
ArmadilloConnection-class
object.
Name of the R symbol.
Fully qualified name of the table.
The variables to load.
Not supported
Not supported
Not supported
When set, do not wait for the result.
A ArmadilloResult-class
object.