Saves the experiment as an .RData file in a specified location.
Arguments
- experiment
The experiment object to be saved
- save_path
The full path where the experiment object will be saved locally
Value
The experiment object, saved as "[NAME_OF_EXPERIMENT] ([SAVE_DATE]).RData" to the specified location.
Examples
if (FALSE) save_experiment(experiment = experiment_object, save_path = tempdir())