Description Usage Arguments Author(s) Examples
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.
1 | hugo_memorise(object = NULL)
|
object |
an object to be saved as .rda file |
Anna Gierlak
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.