Slide 1 - Title

MPG Explorer

A short interactive Shiny app to explore relationships in mtcars.

2025-09-16 20:41:02


Slide 2 - Problem

We want an easy way for novices to visually explore relationships between car features (e.g., weight vs mpg) without writing R code.


Slide 3 - Solution

MPG Explorer: Shiny app with: - Widget inputs (variable selectors, color, smoothing) - Plotly interactive scatterplot - Simple documentation embedded in the app


Slide 4 - Demo (evaluated R code)

# This code will run during slidify and its output will be embedded
summary(mtcars$mpg)
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   10.40   15.43   19.20   20.09   22.80   33.90