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
Creates a snapshot of the remote R session and saves it on the server. Both the workspace and the files in the working directory are saved.
Usage
createSnapshot(name)
Arguments
name
Name describing the snapshot to be saved.
Details
Complete documentation: https://go.microsoft.com/fwlink/?linkid=836352
Value
snapshot_id
if successful.
See Also
Examples
## Not run:
snapshot_id<-createSnapshot()
## End(Not run)