Code Repository for Davidon College R Shiny For Everyone EdX Course.
- Week 1
app.r: A shiny app augmenting the 01 RStudio Shiny example shiny app using the shinydashboard package.
- Week 2
app.r: shinydashboard application featuring shiny widgets inputs, echarts4R graphics, DT datatable, and leaflet map.
template_app.r: Minimal template shinydashboard application.
- Week 3
app.r: Property Tracker shinydashboard application featuring a custom UI using a CSS style sheet shinyWidgets inputs, echarts4R graphics, DT datatables, leaflet map, and Google Sheets API connection. Deployed live at at this link.
www/style.css: Style sheet for Property Tracker application.
property_data.csv: Comma seperated value file containing initial data for the property tracker application.
template_app.r: Template shinydashboard application for the Property Tracker app.
- Week 4
app.r: Biodiversity in National Parks shiny application deployed live at this link.
data/parks.csv & data/species.csv: Data sourced from Kaggle.
journal_data.csv: Comma seperated value file containing initial journal data for the National Parks application.
www/style.css: Style sheet for Biodiversity in National Parks application.