dsListPackages,OpalConnection-method {DSOpal} | R Documentation |
List packages defined in the DataSHIELD configuration.
## S4 method for signature 'OpalConnection'
dsListPackages(conn)
conn |
|
A data frame with columns: name, version.
## Not run:
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsListPackages(con)
dsDisconnect(con)
## End(Not run)