Assignment 10: Interactive web apps with Shiny

Due by 5:00 PM on Thursday, October 29, 2020

To do yourself

To submit on Blackboard, before 5:00pm on 2020-10-29

  • Open r-shiny.Rmd in RStudio. Review the code chunks and create an app.R file from them. Ensure the app runs. Submit the file.

  • Create a very small and limited Shiny app, using some default dataset in R. The only requirements are that the app:

    • Has a descriptive title
    • Explores/visualizes one aspect of the dataset
    • Runs without errors.