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 |
|
ws |
The workspace name |
[Package DSI version 1.6.0 Index]