powered by
Allows you to rename objects as you save them. See https://stackoverflow.com/a/21248218/654296.
saveit(..., file = stop("'file' must be specified"))saveit(..., file = stop("'file' must be specified"))
saveit(..., file = stop("'file' must be specified"))
Objects to save.
Filename/path where data will be saved.
if (FALSE) { foo <- 1 saveit(bar=foo, file="foobar.Rdata") } if (FALSE) { foo <- 1 saveit(bar=foo, file="foobar.Rdata") }
Run the code above in your browser using DataLab