About the Application
In this application we’ll be building uses the mtcars data from the R datasets package, and allows users to see a box-plot that explores the relationship between one variable of mtcars and other variables (Miles per gallon, Cylinders, Transmission, Displacement, Horsepower, and weight).
We want to provide a way to select which variable to plot against other variable as well as provide an option to include or exclude outliers from the plot. To do this we’ll add two elements to the sidebar, a selectInput to specify the variable and a checkboxInput to control display of outliers.