class: left, top, title-slide .title[ # Introduction 2
R Markdown ] .author[ ### Keith VanderLinden
Calvin University ] --- ## Building Documents using R Markdown We will be using the [R Markdown](https://rmarkdown.rstudio.com/) throughout this course. R Markdown supports the integration of: - Text - Images - Hyperlinks - Mathematical equations - Code and its output *RMarkdown* is document markup language that supports data analyses that are both *replicable* and *reproducible*. .footnote[See: https://rmarkdown.rstudio.com] ??? Demo an RMarkdown version of the lecture (see `unvotes.Rmd`). - interleaving - code *chunks*. References - https://rbasics.netlify.app/index.html - images/tour-rmarkdown.png