forked from PsyTeachR/shiny-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
26 lines (18 loc) · 938 Bytes
/
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
---
title: 'Shiny Tutorials'
---
```{r setup, include=FALSE}
htmltools::tagList(rmarkdown::html_dependency_font_awesome())
```
These are a collection of tutorials introducing Shiny R.
 <i class="fa fa-file-powerpoint"></i> [Introductory Slides (.pptx format)](pres/00-intro.pptx)
 <i class="fa fa-file"></i> [Introductory Slides (.odp format)](pres/00-intro.odp)
### Tutorials
* [Creating your first app](01-first-app.html)
* [Data collection](data-input.html)
* [Tools for Science](03-science-tools.html)
### Resources
* [Definitions](defs.html) - Definitions of common Shiny jargon
* [RStudio Shiny Tutorials](http://shiny.rstudio.com/tutorial/) - These are way better tutorials
* [Shiny Cheat Sheet](https://www.rstudio.com/resources/cheatsheets/#shiny) - Everyone needs a wall covered in cheat sheets next to their computer
* [Shiny Function Reference](https://shiny.rstudio.com/reference/shiny/1.0.1/)