Distill

Build websites with the Distill web framework and R Markdown

By Alison Hill in R package

January 18, 2021

Distill is a package built for R Markdown, an ecosystem of packages for creating computational documents in R. The goal of the Distill package is to provide an output format optimized for online scientific and technical communication. You may install it from CRAN:

install.packages("distill")

In this workshop, we’ll also use the postcards package to generate a nice “about” page for your distill website. You may also install it from CRAN:

install.packages("postcards")

Additional resources