hugo_memorise: Saving objects as .rda files

Description Usage Arguments Author(s) Examples

Description

The hugo_memorise function saves an object as .rda file in the 'memory' subdirectory. If the object of the same name has been already saved, it gives the opportunity either to overwrite it or to stop the function execution.

Usage

1
hugo_memorise(object = NULL)

Arguments

object

an object to be saved as .rda file

Author(s)

Anna Gierlak

Examples

1
2
3
4
5
6
7
8
## Not run: 
a <- 1:5
hugo_memorise(a)

b <- list('abcdef', seq(0,5,0.1), c(TRUE,FALSE))
hugo_memorise(b)

## End(Not run)

pbiecek/hugo documentation built on May 12, 2019, 6:24 p.m.