Additional resources

Below you can find a collection of helpful links to further online resources and a list of useful packages regarding the workshop topics.

General

There are two books that I very much recommend as reference:

R packages

In the table below, you can find a list of R packages with a short description and some links for further reading. The package selection is based on my personal experience and packages that I regularly use and like in combination with rmarkdown. The list is in no way complete. If you know a useful package that I missed, let me know and I can add it to the list.

Package Keywords Description Links
xaringan Presenation Provides functionality to create nice html presentations, also provides some template documents Documentation as presentation Documentation in R Markdown book
rticles Templates Provides templates for different journal articles website
officedown Microsoft office Provides functionality for formatting Microsoft office documents in Rmarkdown website
bookdown Books Functionality for authoring books such as the “R markdown cookbook”. Also provides functionality for cross referencing sections, figures and tables in the text website
kableExtra Tables Functions for formatting tables in a nice way for html and pdf overview website html tables
flextable Tables Format tables for HTML, PDF and Office output, an alternative to kableExtra if you want to render a word or powerpoint document Flextable book
plotly Interactive graphs Create interactive plots, turn ggplot objects into interactive plots for html output website