--- tags: ResBaz2021 --- # Shiny Dashboards in R ## Wednesday, May 19th, 2021 10\:00-12\:00 [Back to Resbaz HackMD Directory](https://hackmd.io/@ResBaz21/directory) The Shiny package for R provides a way to transform your R code into interactive applications accessible through a web browser. This lesson provides a hands-on example of how you can use Shiny to create intuitive graphical user interfaces. ## Getting Started Install R _and_ RStudio (see [more details](https://jcoliver.github.io/learn-r/000-setup-instructions.html)) Install three packages, shiny, ggplot2, and palmerpenguins ``` install.packages("shiny") install.packages("ggplot2") install.packages("palmerpenguins") ``` --- ## Introductions Name, Affiliation, Title, Email, Social Media - Your Name, University of Arizona, Your title, youremail@email.arizona.edu, your social media - Your Name, University of Arizona, Your title, youremail@email.arizona.edu, your social media - Jung Mee Park, University of Arizona, MLIS student library and information science at UA, PhD in sociology from Cornell, jmpark@email.arizona.edu, @jpark1917 (https://twitter.com/jpark1917) - Rene Dario Herrera (they/them), University of Arizona Cancer Center, Data Analyst, renedherrera@email.arizona.edu, [twitter@reneherrera](https://twitter.com/reneherrera), [github@renedarioherrera](https://github.com/renedarioherrera), [linkedin.com@renedarioherrera/](https://www.linkedin.com/in/renedarioherrera/) ## Questions and Answers In this section, you can post your questions and feel free to answer if you have it. Questions will be answered during or after the workshop. 1. Ask your question. - Here is an answer --- :::info **Session Feedback :mega:** Use the link below to provide your feedback on the session: [**Session Feedback Form**](https://forms.gle/TrnJpr9qRBEKdnVVA) :::