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
)

Arguments

conn

ArmadilloConnection-class object.

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.