dsSaveWorkspace,OpalConnection-method {DSOpal} | R Documentation |
Save workspace
Description
Save workspace on the data repository.
Usage
## S4 method for signature 'OpalConnection'
dsSaveWorkspace(conn, name)
Arguments
conn |
|
name |
Name of the workspace. |
Examples
## Not run:
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsSaveWorkspace(con, "foo")
dsListWorkspaces(con)
dsDisconnect(con)
## End(Not run)
[Package DSOpal version 1.4.0 Index]