Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrnold/shiny_diamonds

Example R shiny app for displaying / visualizing the ggplot diamonds dataset. Used for a class lecture on data visualization.
https://github.com/jrnold/shiny_diamonds

Last synced: 29 days ago
JSON representation

Example R shiny app for displaying / visualizing the ggplot diamonds dataset. Used for a class lecture on data visualization.

Awesome Lists containing this project

README

        

*R* Shiny app to display and visualize the `ggplot2` diamonds dataset.
Used for lecture in a class on data visualization.

# Install

This downloads the dependencies and locally runs the app in your browser.

```r
install.packages(c("shiny", "ggplot2"))
shiny::runGitHub("shiny_diamonds", "jrnold")
```