save_experiment | R Documentation |
Saves the experiment as an .RData file in a specified location.
save_experiment(experiment, save_path)
experiment |
The experiment object to be saved |
save_path |
The full path where the experiment object will be saved locally |
The experiment object, saved as "[NAME_OF_EXPERIMENT] ([SAVE_DATE]).RData" to the specified location.
## Not run: save_experiment(experiment = experiment_object, save_path = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.