dsHasTable,OpalConnection-method {DSOpal}R Documentation

Verify Opal table

Description

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

Usage

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

Arguments

conn

OpalConnection-class class object.

table

The fully qualified name of the table.

Value

TRUE if table exists.

Examples

## Not run: 
con <- dbConnect(DSOpal::Opal(), "server1",
  "username", "password", "https://opal.example.org")
dsHasTable(con, "test.CNSIM")
dsDisconnect(con)

## End(Not run)


[Package DSOpal version 1.4.0 Index]