x <- "my data"
path <- tempfile()
rave_export(x, path)
readRDS(path)
if (FALSE) {
# Needs demo subject
path <- tempfile()
x <- prepare_subject_power("demo/DemoSubject")
# Export power data to path
rave_export(x, path)
}
Run the code above in your browser using DataLab