powered by
Restore workspace from the data repository.
# S4 method for OpalConnection dsRestoreWorkspace(conn, name)
OpalConnection-class class object
OpalConnection-class
Name of the workspace.
if (FALSE) { con <- dbConnect(DSOpal::Opal(), "server1", "username", "password", "https://opal.example.org") dsListWorkspaces(con) dsRestoreWorkspace(con, "foo") dsDisconnect(con) }
Run the code above in your browser using DataLab