dsSaveWorkspace-OpalConnection-method: Save workspace

dsSaveWorkspace,OpalConnection-methodR Documentation

Save workspace

Description

Save workspace on the data repository.

Usage

## S4 method for signature 'OpalConnection'
dsSaveWorkspace(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")
dsSaveWorkspace(con, "foo")
dsListWorkspaces(con)
dsDisconnect(con)

## End(Not run)


datashield/DSOpal documentation built on Oct. 11, 2022, 2:49 a.m.