Learn R Programming

DSMolgenisArmadillo (version 3.0.2)

dsAssignTable,ArmadilloConnection-method: Assign a table

Description

Assign a R-data.frame in the DataSHIELD R session.

Usage

# S4 method for ArmadilloConnection
dsAssignTable(
  conn,
  symbol,
  table,
  variables = NULL,
  missings = FALSE,
  identifiers = NULL,
  id.name = NULL,
  async = TRUE
)

Value

A ArmadilloResult-class object.

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.