Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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)