Sample Shiny Program

A reactive website using Shiny

visualization
EPPS6356
assignments
Author

Kyndall Brown

Published

October 27, 2022

This is a sample program made using Shiny for R. It allows the users to choose between three datasets, mtcars, USArrests, and uspop that are built into R. It displays a summary of the variables and a user-specified number of observations.

The code can be found here. Based on code found here.