A Workshop that covers the basics behind learning Shiny.
This was a two hour workshop given for OHSU BioData Club on 2021-01-28 introducing the basic concepts of Shiny. It runs about two hours long.
There are videos for each part, along with slides. We use an RStudio.cloud project to try the basic Shiny concepts.
Intermediate R users and students. Students should be familiar with {ggplot2}
, {dplyr}
, and how functions work.
server
and ui
communicate with the input
and output
objectsggplot2
code to our app and display it with plotOutput
and renderOutput
ggplot
{plotly}
to add tooltips to our data
For attribution, please cite this work as
Laderas, et al. (2021, Jan. 28). Ted Laderas, PhD: A gRadual intRoduction to Shiny. Retrieved from https://laderast.github.io/edu/2021-03-20-a-gradual-introduction-to-shiny/
BibTeX citation
@misc{laderas2021a, author = {Laderas, Ted and Minnier, Jessica and Pozhidayeva, Dar'ya and Lo, Pierrette}, title = {Ted Laderas, PhD: A gRadual intRoduction to Shiny}, url = {https://laderast.github.io/edu/2021-03-20-a-gradual-introduction-to-shiny/}, year = {2021} }