Data Challenge Lab Home

Generating multiple reports [communicate]

(Builds on: List columns, R Markdown basics)

So far you’ve turned .Rmd files into fully-fleshed reports using RStudio. It is also useful to know how to do so programmatically so that you can automate your R Markdown workflow. This is particularly useful in conjunction with parameterised reports and purrr::pwalk().

This technique isn’t discussed frequently, but I think it’s extremely powerful. It might stretch your brain a bit, and you might not understand exactly how it works, but it’s useful pattern to know.

Readings