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-method
                        Aggregate data
dsAssignExpr,DSLiteConnection-method
                        Assign the result of an expression
dsAssignResource,DSLiteConnection-method
                        Assign a resource
dsAssignTable,DSLiteConnection-method
                        Assign a table
dsConnect,DSLiteDriver-method
                        Connect to a DSLite server
dsDisconnect,DSLiteConnection-method
                        Disconnect from a DSLite server
dsFetch,DSLiteResult-method
                        Fetch the result
dsGetInfo,DSLiteResult-method
                        Get result info
dsHasResource,DSLiteConnection-method
                        Verify DSLite server resource
dsHasTable,DSLiteConnection-method
                        Verify DSLite server dataset
dsIsAsync,DSLiteConnection-method
                        DSLite asynchronous support
dsIsCompleted,DSLiteResult-method
                        Get whether the operation is completed
dsKeepAlive,DSLiteConnection-method
                        Keep connection with a DSLite server alive
dsListMethods,DSLiteConnection-method
                        List methods
dsListPackages,DSLiteConnection-method
                        List packages
dsListProfiles,DSLiteConnection-method
                        List profiles
dsListResources,DSLiteConnection-method
                        List DSLite server resources
dsListSymbols,DSLiteConnection-method
                        List R symbols
dsListTables,DSLiteConnection-method
                        List DSLite server datasets
dsListWorkspaces,DSLiteConnection-method
                        List workspaces
dsRestoreWorkspace,DSLiteConnection-method
                        Restore workspace
dsRmSymbol,DSLiteConnection-method
                        Remove a R symbol
dsRmWorkspace,DSLiteConnection-method
                        Remove a workspace
dsSaveWorkspace,DSLiteConnection-method
                        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.
