Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Description
Downloads the specified snapshot from the R server in zip format.
Usage
downloadSnapshot(snapshot_id, file = NULL)
Arguments
snapshot_id
Identifier of the snapshot to load.
file
Name of a file to write the contents of the snapshot. If NULL, (the default), then the raw vector of bytes will be returned.
Details
Complete documentation: https://go.microsoft.com/fwlink/?linkid=836352
Value
raw vector of bytes if file=NULL if successful. If file not equal NULL,
then TRUE will be returned.
See Also
Examples
## Not run:
downloadSnapshot("8ce7eb47-3aeb-4c5a-b0a5-a2025f07d9cd")
downloadSnapshot("8ce7eb47-3aeb-4c5a-b0a5-a2025f07d9cd", file="snapshot.zip")
## End(Not run)