loadSnapshot: Load a snapshot from the R server into the remote session.
Description
Loads the specified snapshot from the R server into the remote session. The workspace is updated with the objects saved in the snapshot, and saved files are restored to the working directory.
Usage
loadSnapshot(snapshot_id)
Arguments
snapshot_id
Identifier of the snapshot to load.
Details
Complete documentation: https://go.microsoft.com/fwlink/?linkid=836352
Value
TRUE
if successful.
See Also
Examples
## Not run:
loadSnapshot("8ce7eb47-3aeb-4c5a-b0a5-a2025f07d9cd")
## End(Not run)