Skip to contents

Saves mouse object into it's attribute output path as an RDATA file save_mouse(m)

Usage

save_mouse(..., timestamp = FALSE)

Arguments

...

parameter to pass mouse object

timestamp

(bool) save the object with a date tag

Examples

if (FALSE) {
m <- save_mouse(m, timestamp = TRUE)
}