Skip to contents

Saves experiment object into it's attribute output path as an RDATA file save_experiment(e)

Usage

save_experiment(..., timestamp = FALSE)

Arguments

...

parameter to pass experiment object

timestamp

(bool) save the object with a date tag

Examples

if (FALSE) {
e <- save_experiment(e, timestamp = TRUE)
}