class: title-slide, center, middle <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x" style="color: #ffffffcc;"></i> <strong class="fa-stack-1x" style="color:#e7553c;">Hi!</strong> </span> # Welcome ## Young Statisticians Conference 2019 ### Alison Hill · RStudio #### [https://ysc-rmarkdown.netlify.com/](https://ysc-rmarkdown.netlify.com/) ??? --- class: middle, center .pull-left[ # <i class="fas fa-wifi"></i> Wifi network name Functions ] .pull-left[ # <i class="fas fa-key"></i> Wifi password Stata_16 ] --- class: middle, center # <i class="fas fa-cloud"></i> # Go here and log in (free): [http://bit.ly/ysc-rmarkdown](http://bit.ly/ysc-rmarkdown) --- class: center, middle # <i class="fab fa-github"></i> # Go here and log in (free): # https://github.com/ --- class: center, middle # Do this! 👇 # https://commonmark.org/help/tutorial/ --- .left-column[ <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x" style="color: #f2e255;"></i> <strong class="fa-stack-1x" style="color: #fff;">?</strong> </span> ] .right-column[ # What is R Markdown? 1. An authoring framework for data science. 1. A document format (`.Rmd`). 1. An R package named `rmarkdown`. 1. A file format for making dynamic documents with R. 1. A tool for integrating prose, code, and results. 1. A computational document. 1. Wizardry. ] --- .left-column[ <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x" style="color: #f2e255;"></i> <strong class="fa-stack-1x" style="color: #fff;">?</strong> </span> ] .right-column[ # How does R Markdown work? 1. 🤷 1. I press knit, a document appears, and I believe that anything happening in between could be actual magic. 1. `knitr` executes the code and converts `.Rmd` to `.md`; **Pandoc** renders the `.md` file to the output format you want. ] --- <div class="figure"> <img src="images/rmarkdown_wizards.png" alt="Artwork by @allison_horst" width="5303" /> <p class="caption">Artwork by @allison_horst</p> </div>