We have been using R markdown in the slides all along, so now we take a closer look at different formats and parameters
Follow along (copy & paste the code into the console):
curl::curl_download(
"https://raw.githubusercontent.com/heike/rwrks/gh-pages/summerschool/01-Introduction-to-R/knitr/5-rmarkdown.Rmd",
"5-rmarkdown.Rmd"
)
file.edit("5-rmarkdown.Rmd")