Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jrnold/shiny_diamonds
- Owner: jrnold
- Created: 2013-04-04T13:59:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-06T20:30:02.000Z (over 11 years ago)
- Last Synced: 2024-05-09T22:14:46.693Z (6 months ago)
- Language: R
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
# InstallThis downloads the dependencies and locally runs the app in your browser.
```r
install.packages(c("shiny", "ggplot2"))
shiny::runGitHub("shiny_diamonds", "jrnold")
```