Verify Opal table exist and can be accessible for performing DataSHIELD operations.
# S4 method for OpalConnection
dsHasTable(conn, table)
OpalConnection-class
class object.
The fully qualified name of the table.
TRUE if table exists.
if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsHasTable(con, "test.CNSIM")
dsDisconnect(con)
}