-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
41 lines (29 loc) · 1.54 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: "Intro to Shiny"
output:
distill::distill_article:
toc: true
site: distill::distill_website
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, eval = FALSE)
library(fontawesome)
```
**Dates**: April 27, 2021, May 11, 2021
**Instructor**: Christy Lam
**Assistants**: Hana Ševčíková, Craig Helmann, Suzanne Childress, Polina Butrina
<div>
<div class="intro-logo">

</div>
Shiny is a package that allows you to easily build interactive web applications. Web development skills aren't required--all you need is R!
In this two part module, we'll walk through how to get started, peek inside the anatomy of a Shiny app, and incorporate packages (from previous modules and introduce some new ones) to build a polished product.
</div>
|Session One | Session Two|
|:------------|:------------|
|`r fa("far fa-play-circle")` Getting Started| `r fa("far fa-stop-circle")` Reactivity - Delaying Reactions |
|`r fa("fas fa-child")` Anatomy, Inputs & Outputs | `r fa("fas fa-box-open")` Packages I & II |
|`r fa("fas fa-border-style")` Layout| `r fa("fas fa-cut")` Styling |
|`r fa("fas fa-cogs")` Reactivity| `r fa("far fa-clone")` Multi-file apps |
| | `r fa("fas fa-rocket")` Deploy|
|`r fa("fas fa-video")` [Recording I (VPN required)](https://aws-linux/rworkshop2020/recordings/intro-shiny-2021-04-27/zoom_0.mp4)| `r fa("fas fa-video")` [Recording II (VPN required)](https://aws-linux/rworkshop2020/recordings/intro-shiny-II-2021-05-11/zoom_0.mp4) |