dsRmWorkspace,OpalConnection-method | R Documentation |
Remove a workspace on the data repository.
## S4 method for signature 'OpalConnection' dsRmWorkspace(conn, name)
conn |
|
name |
Name of the workspace. |
## Not run: con <- dbConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org") dsSaveWorkspace(con, "foo") dsListWorkspaces(con) dsRmWorkspace(con, "foo") 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.