Learn R Programming

DSOpal (version 1.3.1)

dsHasTable,OpalConnection-method: Verify Opal table

Description

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

Usage

# S4 method for OpalConnection
dsHasTable(conn, table)

Value

TRUE if table exists.

Arguments

conn

OpalConnection-class class object.

table

The fully qualified name of the table.

Examples

Run this code
if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
  "username", "password", "https://opal.example.org")
dsHasTable(con, "test.CNSIM")
dsDisconnect(con)
}

Run the code above in your browser using DataLab