class: center middle section-title section-title-1 animated fadeIn # Making Documents,<br>Websites, and Dashboards<br>With R --- class: middle section-title-inv-1 .box-1.large[Why do you want to make<br>websites and dashboards?] --- layout: true class: title title-1 --- # Plan for today .box-inv-1[**Markdown and universal writing**<br>.small[(30 minutes)]] -- .box-inv-1[**Merging code and text with R Markdown**<br>.small[(60 minutes)]] -- .box-inv-1[**R Markdown and websites**<br>.small[(75 minutes)]] -- .box-inv-1[**Dashboards with R**<br>.small[(75 minutes)]] --- # (R) Markdown .box-inv-1[Use one simple syntax to<br>create documents, websites, and dashboards] .box-1[`It's \*magical\*!`] .center[ <figure> <img src="img/00/md-to-everything.png" alt="Markdown to everything" title="Markdown to everything" width="50%"> </figure> ] --- layout: false background-image: url("img/01/md-outputs.png") background-position: center background-size: contain --- background-image: url("img/00/rmd-website-1.png") background-position: center background-size: contain --- background-image: url("img/00/rmd-website-2.png") background-position: center background-size: contain --- class: title title-1 # Resources .box-inv-1[All workshop materials<br>and a ton of additional resources<br>are available here:] .box-1.large[https://andhs.co/gpl-interactive]