{{{ TITLE }}}

knitr::opts_knit$set(root.dir = normalizePath('../'))
knitr::opts_chunk$set(echo=TRUE, message=TRUE, warning=TRUE, error=TRUE)
loadedObjects <- represtools::LoadObjects(params)
# Cook some data!
lstObjects <- represtools::ListObjects(pattern = c("df", "plt"))
represtools::DescribeObjects(represtools::NamesToObjects(lstObjects))
save(file = represtools::OutputFile(params)
     , list = lstObjects)


Try the represtools package in your browser

Any scripts or data that you put into this service are public.

represtools documentation built on Oct. 4, 2019, 1:04 a.m.