repository for EDA shiny related files
See Charlotte's github/workflow notes in our other repo to setup git remote, and to see workflow details
currently, within the dataDash directory we've got
- .gitignore
- ui.R
- server.R
- setup.R (an R script to run before anything in the app happens to do stuff like name filepath variables, load packages, etc.)
- README.md (you're reading this now)