https://github.com/dhenderson/shinygates
Gates Foundation grant explorer demo app built with Shiny Server for a session at Do Good Data 2016.
https://github.com/dhenderson/shinygates
Last synced: 5 months ago
JSON representation
Gates Foundation grant explorer demo app built with Shiny Server for a session at Do Good Data 2016.
- Host: GitHub
- URL: https://github.com/dhenderson/shinygates
- Owner: dhenderson
- Created: 2016-04-28T00:49:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T03:44:27.000Z (almost 9 years ago)
- Last Synced: 2024-08-13T07:11:27.160Z (8 months ago)
- Language: R
- Size: 252 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - dhenderson/shinygates - Gates Foundation grant explorer demo app built with Shiny Server for a session at Do Good Data 2016. (R)
README
# Shiny Gates
Shiny Gates is a sample [Shiny Server][shiny] web application written for a session at the 2016 [Do Good Data][do-good] conference. The app enables users to browse [Gates Foundation][gates] grant amounts by duration and region. You can view a [hosted version of this application here][app].
This application is meant for learning purposes, do with it what you wish.
## Running the app
To start the application, open either the `server.R` or `ui.R` file in RStudio and press the "Run App" button.
## Dependencies
The app depends on the following packages. You can download packages in R with `install.packages("name_of_package")`.
- shiny
- dplyr
- ggplot2
- tidyr## Where the data comes from
The data was pulled from the [Glasspockets][glass] API using an [R Glasspockets API wrapper][wrapper]. The data pulled from Glasspockets was lightly massaged to better conform to the app's needs.
## Shiny resources
- RStudio has a nice [tutorial on its website](http://shiny.rstudio.com/tutorial/)
- This [gallery of Shiny apps](http://shiny.rstudio.com/gallery/) can help you get inspired about what to build
- If you want push-button Shiny webapp hosting, check out [shinyapps.io](http://www.shinyapps.io/)
- Hosted version of the [Shiny Gates application is available here][app][app]: https://fiiorg.shinyapps.io/shinygates/
[shiny]: http://shiny.rstudio.com/
[glass]: http://glasspockets.org/
[gates]: http://www.gatesfoundation.org/
[do-good]: http://www.dogooddata.com/
[wrapper]: https://github.com/dhenderson/glasspockets