CloudSave
CloudSave[symbol]
saves definitions associated with the specified symbol to a new anonymous cloud object.
CloudSave["form"]
saves definitions associated with all symbols whose names match the string pattern "form".
CloudSave["context"]
saves definitions associated with all symbols in the specified context.
CloudSave[{object1,object2,…}]
saves definitions associated with several objects.
CloudSave[symspec,"uri"]
appends definitions associated with symspec to the cloud object at the given URI.
CloudSave[symspec,CloudObject["uri"]]
appends definitions to the given cloud object.
Details and Options
- CloudSave works like Save.
- CloudSave uses FullDefinition to include subsidiary definitions.
- CloudSave uses Names to find symbols whose names match a given string pattern.
- CloudSave returns the cloud object to which it saves.
- CloudSave[symspec,URL["uri"]] is also supported.
- To copy an existing local file to the cloud, use CopyFile.
- CloudSave allows the following options:
-
CloudBase Automatic what cloud to write to CloudObjectNameFormat $CloudObjectNameFormat format to use for the name portion of the URL CloudObjectURLType $CloudObjectURLType base type of URL to use (obj, env, ...) IconRules Automatic icons to use for the object MetaInformation {} metainformation for the object Permissions Automatic permissions for the object
Examples
open allclose allBasic Examples (1)
Scope (4)
CloudSave saves subsidiary definitions. Define a function f that depends on g:
Remove the definitions of f and g:
Restore the function definitions from the cloud:
Save the function in the cloud specified by a string:
Save the function in the cloud specified by a CloudObject:
Text
Wolfram Research (2014), CloudSave, Wolfram Language function, https://reference.wolfram.com/language/ref/CloudSave.html (updated 2019).
CMS
Wolfram Language. 2014. "CloudSave." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/CloudSave.html.
APA
Wolfram Language. (2014). CloudSave. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CloudSave.html