Resources for Project1 CS424
Splitting Tags/ String Manipulation
https://www.rdocumentation.org/packages/splitstackshape/versions/1.4.8/topics/cSplit
https://cran.r-project.org/web/packages/stringr/stringr.pdf
Data Table/ Frame
https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/as.data.frame
https://www.datamentor.io/r-programming/data-frame/
Leaflet Marker Help
https://rstudio.github.io/leaflet/markers.html
Data Table Render Help
https://stackoverflow.com/questions/50253615/rendering-datatable-in-shiny
https://rstudio.github.io/DT/shiny.html
https://shiny.rstudio.com/reference/shiny/0.14/renderDataTable.html
https://shiny.rstudio.com/articles/datatables.html
Manipulating Data Table based on Reactive
https://stackoverflow.com/questions/56310163/reactive-bar-chart-in-shiny-r
https://stackoverflow.com/questions/21515800/subset-a-data-frame-based-on-user-input-shiny
https://www.rdocumentation.org/packages/lessR/versions/3.7.6/topics/Subset
https://www.statmethods.net/management/subset.html
Chart
Ordering Day of the Week in Charts
Using Reactive
https://shiny.rstudio.com/articles/reactivity-overview.html
https://shiny.rstudio.com/tutorial/written-tutorial/lesson6/
https://stackoverflow.com/questions/56310163/reactive-bar-chart-in-shiny-r
https://shiny.rstudio.com/images/shiny-cheatsheet.pdf
Time/date
https://stackoverflow.com/questions/14450384/create-a-vector-of-all-days-between-two-dates
https://rawgit.com/rstudio/cheatsheets/master/lubridate.pdf
https://lubridate.tidyverse.org/
https://www.dummies.com/programming/r/how-to-work-with-dates-in-r/
Removing Outliers
https://rpubs.com/Mentors_Ubiqum/removing_outliers
Layout of FluidRows
https://shiny.rstudio.com/reference/shiny/latest/fluidPage.html
Anything Else: EVL Example from Prof. Andrew Johnson from Week 2
https://www.evl.uic.edu/aej/424/week02.html