datashield.workspace_restore {DSI}R Documentation

Restore saved workspace to the current DataSHIELD R session

Description

Restore the state of a previously saved DataSHIELD R session (the workspace saved with datashield.workspace_save) with the provided name from each data repository. Note that when restoring a workspace, any existing symbol or file with same name will be overridden.

Usage

datashield.workspace_restore(conns, ws)

Arguments

conns

DSConnection-class object or a list of DSConnection-classs.

ws

The workspace name


[Package DSI version 1.5.0 Index]