Creating a simple Shiny app together

For R meetup on Apr 4, the presentation/tutorial materials are available at https://github.com/ufrmeetup/gruShiny. You can download the whole folder itself as a zip, and unpack it. app.R script in each subfolder is non-functional, and we’ll add codes in them together during the presentation to make them work. appFull.R is the fully functional copy. You should start with app1 folder, and then move on to app2 folder. For the script to work, you’ll need to install the shiny and tidyverse packages (and their dependencies).
Introduction to Shiny

Introduction to Shiny

Access the GitHub repository for this presentation (with the presentation pdf and code for examples) at https://github.com/ufrmeetup/shiny-example.

R meetup on Mar 28

This week’s R meetup will be on Wednesday (Mar 28; 4-6pm) at Marston science library Room 136. In the first hour of the meetup (4-5pm), Justin will be giving a presentation on the Shiny package in R. Shiny allows R users to create interactive web application right from R without any knowledge of HTML/JavaScript/CSS. Shiny apps can be freely hosted on www.shinyapps.io, and can have a wide range of potential uses.
Introduction to purrr

Introduction to purrr

If you want to follow along the presentation, the script where the purrr part is blanked out is here. And the full script with all the codes, and the answer to the exercise can be downloaded here.