dsRestoreWorkspace,OpalConnection-method {DSOpal}R Documentation

Restore workspace

Description

Restore workspace from the data repository.

Usage

## S4 method for signature 'OpalConnection'
dsRestoreWorkspace(conn, name)

Arguments

conn

OpalConnection-class class object

name

Name of the workspace.

Examples

## Not run: 
con <- dbConnect(DSOpal::Opal(), "server1",
  "username", "password", "https://opal.example.org")
dsListWorkspaces(con)
dsRestoreWorkspace(con, "foo")
dsDisconnect(con)

## End(Not run)


[Package DSOpal version 1.4.0 Index]