
RStudio Addins for liftr
Nan Xiao <https://nanx.me>
Source:vignettes/liftr-addins.Rmd
liftr-addins.Rmd
RStudio addins to the rescue
If you use RStudio, there is a good chance that you love the Knit
button that will give you the power of one-click R Markdown document compilation. Luckily, we also prepared four RStudio addins that supports containerizing and rendering your documents with liftr.
Addin: 📦 Containerize
This addin helps you generate the Dockerfile
for the current R Markdown document opened in RStudio (with liftr meta), using lift()
.
Addin: 🎉 Render
This addin will generate the Dockerfile
based on the document, create the Docker container, and render the document inside the container using render_docker()
.