Assign a resource in the DataSHIELD R session.

# S4 method for ArmadilloConnection
dsAssignResource(conn, symbol, resource, async = TRUE)

Arguments

conn

An object that inherits from DSConnection-class.

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.