rez_save | R Documentation |
Save and load rezrObj and rezrDF objects.
rez_save(obj, filename)
rez_load(filename)
obj |
The object you would like to save. |
filename |
The filename, ending in |
For rez_load()
, the saved rezrObj
or rezrDF
.
rez007 = rez_load(system.file("extdata", "rez007_edit1.Rdata", package = "rezonateR"))
rez_save(rez007, "rez007_edit1.Rdata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.