liftr
extends the R Markdown metadata format, helps you generate Dockerfile
for rendering documents in Docker containers. Users can also include and run pre-defined Rabix tools/workflows, then use Rabix output in their dockerized documents.
To download and install liftr
from CRAN:
install.packages("liftr")
Or, you can try the development version on GitHub:
# install.packages("devtools")
devtools::install_github("road2stat/liftr")
To load the package in R, simply use
library("liftr")
and you are all set. See the vignette (can also be opened with vignette("liftr-intro")
in R) for a quick-start guide.