Verify Opal table exist and can be accessible for performing DataSHIELD operations.
Arguments
- conn
OpalConnection-classclass object.- table
The fully qualified name of the table.
Examples
if (FALSE) { # \dontrun{
con <- dbConnect(DSOpal::Opal(), "server1",
"administrator", "password", "https://opal-demo.obiba.org")
dsHasTable(con, "test.CNSIM")
dsDisconnect(con)
} # }