dsListTables,OpalConnection-method {DSOpal}R Documentation

List Opal tables

Description

List Opal tables that may be accessible for performing DataSHIELD operations.

Usage

## S4 method for signature 'OpalConnection'
dsListTables(conn)

Arguments

conn

OpalConnection-class class object

Value

The fully qualified names of the tables.

Examples

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

## End(Not run)


[Package DSOpal version 1.4.0 Index]