powered by
Verify Opal table exist and can be accessible for performing DataSHIELD operations.
# S4 method for OpalConnection dsHasTable(conn, table)
TRUE if table exists.
OpalConnection-class class object.
OpalConnection-class
The fully qualified name of the table.
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