All functions

BinaryOpNode

Binary operation AST node

CNSIM1

Simulated dataset CNSIM 1

CNSIM2

Simulated dataset CNSIM 2

CNSIM3

Simulated dataset CNSIM 3

DASIM1

Simulated dataset DASIM 1

DASIM2

Simulated dataset DASIM 2

DASIM3

Simulated dataset DASIM 3

DISCORDANT_STUDY1

Simulated dataset DISCORDANT 1

DISCORDANT_STUDY2

Simulated dataset DISCORDANT 2

DISCORDANT_STUDY3

Simulated dataset DISCORDANT 3

DSLite()

Create a DSLite driver

DSLiteServer

Lightweight DataSHIELD server-side component

FormulaNode

Formula AST node

FunctionNode

Function AST node

GroupNode

Group AST node

Node

Simple AST node

NumericNode

Numeric AST node

ParameterNode

Parameter AST node

RangeNode

Range AST node

SURVIVAL.EXPAND_WITH_MISSING1

Simulated survival expand-with-missing dataset 1

SURVIVAL.EXPAND_WITH_MISSING2

Simulated survival expand-with-missing dataset 2

SURVIVAL.EXPAND_WITH_MISSING3

Simulated survival expand-with-missing dataset 3

StringNode

String AST node

SymbolNode

Symbol AST node

TESTING.DATASET1

Simulated dataset TESTING.DATASET 1

TESTING.DATASET2

Simulated dataset TESTING.DATASET 2

TESTING.DATASET3

Simulated dataset TESTING.DATASET 3

UnaryOpNode

Unary operator AST node

defaultDSConfiguration()

Default DataSHIELD configuration

dsAggregate(<DSLiteConnection>)

Aggregate data

dsAssignExpr(<DSLiteConnection>)

Assign the result of an expression

dsAssignResource(<DSLiteConnection>)

Assign a resource

dsAssignTable(<DSLiteConnection>)

Assign a table

dsConnect(<DSLiteDriver>)

Connect to a DSLite server

dsDisconnect(<DSLiteConnection>)

Disconnect from a DSLite server

dsFetch(<DSLiteResult>)

Fetch the result

dsGetInfo(<DSLiteResult>)

Get result info

dsHasResource(<DSLiteConnection>)

Verify DSLite server resource

dsHasTable(<DSLiteConnection>)

Verify DSLite server dataset

dsIsAsync(<DSLiteConnection>)

DSLite asynchronous support

dsIsCompleted(<DSLiteResult>)

Get whether the operation is completed

dsKeepAlive(<DSLiteConnection>)

Keep connection with a DSLite server alive

dsListMethods(<DSLiteConnection>)

List methods

dsListPackages(<DSLiteConnection>)

List packages

dsListProfiles(<DSLiteConnection>)

List profiles

dsListResources(<DSLiteConnection>)

List DSLite server resources

dsListSymbols(<DSLiteConnection>)

List R symbols

dsListTables(<DSLiteConnection>)

List DSLite server datasets

dsListWorkspaces(<DSLiteConnection>)

List workspaces

dsRestoreWorkspace(<DSLiteConnection>)

Restore workspace

dsRmSymbol(<DSLiteConnection>)

Remove a R symbol

dsRmWorkspace(<DSLiteConnection>)

Remove a workspace

dsSaveWorkspace(<DSLiteConnection>)

Save workspace

getDSLiteData()

Get data value from DSLite connection(s)

logindata.dslite.cnsim

DataSHIELD login data for the CNSIM simulated datasets

logindata.dslite.dasim

DataSHIELD login data for the DASIM simulated datasets

logindata.dslite.discordant

DataSHIELD login data for the DISCORDANT simulated datasets

logindata.dslite.survival.expand_with_missing

DataSHIELD login data for the simulated survival expand-with-missing datasets

logindata.dslite.testing.dataset

DataSHIELD login data for the TESTING.DATASET simulated datasets

newDSLiteServer()

Create a new DSLite server

setupCNSIMTest()

Setup a test environment based on the CNSIM simulated datasets

setupDASIMTest()

Setup a test environment based on the DASIM simulated datasets

setupDATASETTest()

Setup a test environment based on the TESTING.DATASET simulated datasets

setupDISCORDANTTest()

Setup a test environment based on the DISCORDANT simulated datasets

setupDSLiteServer()

Setup an environment based on named datasets and logindata

setupSURVIVALTest()

Setup a test environment based on the SURVIVAL (EXPAND_WITH_MISSING) simulated datasets

testParse()

Parse an expression according to DataSHIELD syntax rules and returns an Abstract Syntaxic Tree (AST) node.