UtahRUG - Shiny web apps by Julia Silge
Presenter: Julia Silge Shiny is a framework for building interactive web apps and dashboards using R. In this workshop, we will walk through how to move from an analysis performed in R, with plots and tables that an analyst wants to share, to a self-contained web app. We will learn what reactive programming is and how to publish and share your app. If you'd like, bring a laptop with the latest versions of R and RStudio installed, and we will build a Shiny app from scratch together! Install the following the packages: install.packages(c("shiny", "dplyr", "ggplot2", "DT" "devtools")) devtools::install_github("dgrtwo/stacksurveyr")
Presenter: Julia Silge Shiny is a framework for building interactive web apps and dashboards using R. In this workshop, we will walk through how to move from an analysis performed in R, with plots and tables that an analyst wants to share, to a self-contained web app. We will learn what reactive programming is and how to publish and share your app. If you'd like, bring a laptop with the latest versions of R and RStudio installed, and we will build a Shiny app from scratch together! Install the following the packages: install.packages(c("shiny", "dplyr", "ggplot2", "DT" "devtools")) devtools::install_github("dgrtwo/stacksurveyr")