Learn R Programming

DSOpal (version 1.4.0)

dsRestoreWorkspace,OpalConnection-method: Restore workspace

Description

Restore workspace from the data repository.

Usage

# S4 method for OpalConnection
dsRestoreWorkspace(conn, name)

Arguments

conn

OpalConnection-class class object

name

Name of the workspace.

Examples

Run this code
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