dsListWorkspaces,OpalConnection-method {DSOpal} | R Documentation |
List workspaces
Description
List workspaces saved in the data repository.
Usage
## S4 method for signature 'OpalConnection'
dsListWorkspaces(conn)
Arguments
conn |
|
Value
A data frame with columns: name, lastAccessDate, size.
Examples
## Not run:
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsListWorkspaces(con)
dsDisconnect(con)
## End(Not run)
[Package DSOpal version 1.4.0 Index]