Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)