Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

mpg Shiny explorer

Simple Shiny app to interactively explore the ggplot2::mpg dataset.

Files - app.R: single-file Shiny application

Requirements - R (>= 4.0) - Packages: shiny, ggplot2, dplyr, plotly, DT, shinythemes, readr

Run

  1. Install required packages if needed, e.g.
install.packages(c("shiny","ggplot2","dplyr","plotly","DT","shinythemes","readr"))
  1. From R console or RStudio, run:
shiny::runApp(".")

or open app.R in RStudio and click "Run App".

Notes - The app allows filtering by manufacturer, model, year, cylinders and transmission. - Choose x/y variables, color, facet and toggle smoothing. Export filtered CSV or PNG of the plot.

About

This is a test app for AI development in R

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages