dsHasTable,ArmadilloConnection-method {DSMolgenisArmadillo}R Documentation

Verify table exist and can be accessible for performing DataSHIELD operations.

Description

Verify table exist and can be accessible for performing DataSHIELD operations.

Usage

## S4 method for signature 'ArmadilloConnection'
dsHasTable(conn, table)

Arguments

conn

ArmadilloConnection-class class object.

table

The identifier of the table

Value

TRUE if table exists.


[Package DSMolgenisArmadillo version 2.0.9 Index]