dsListWorkspaces,OpalConnection-method | R Documentation |
List workspaces saved in the data repository.
## S4 method for signature 'OpalConnection' dsListWorkspaces(conn)
conn |
|
A data frame with columns: name, lastAccessDate, size.
## Not run: con <- dbConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org") dsListWorkspaces(con) dsDisconnect(con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.