Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)