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

Examples

open allclose all

Basic Examples  (1)

Define a function:

Save the function in the cloud:

Remove the function definition:

The function is undefined:

Restore the function definition from the cloud:

The function is once again defined:

Scope  (4)

CloudSave saves subsidiary definitions. Define a function f that depends on g:

Save f in the cloud:

Remove the definitions of f and g:

Restore the function definitions from the cloud:

g is defined, as well as f:

Define a function:

Save the function in the cloud specified by a string:

Define a function:

Save the function in the cloud specified by a CloudObject:

Define a function:

Save the function in the cloud specified by a URL:

Wolfram Research (2014), CloudSave, Wolfram Language function, https://reference.wolfram.com/language/ref/CloudSave.html (updated 2019).

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

BibTeX

@misc{reference.wolfram_2023_cloudsave, author="Wolfram Research", title="{CloudSave}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/CloudSave.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_cloudsave, organization={Wolfram Research}, title={CloudSave}, year={2019}, url={https://reference.wolfram.com/language/ref/CloudSave.html}, note=[Accessed: 18-March-2024 ]}