kaijagahm / ygdpDashboard

Interactive dashboard for YGDP survey data
3 stars 0 forks source link

Workflow for adding new data to the app #27

Closed kaijagahm closed 3 years ago

kaijagahm commented 3 years ago

Need to develop a couple scripts that add new data to the app.

Or maybe they could just pull from the database, so when the database gets updated, the data products for the app also get updated with the new surveys. That's probably a better approach.

Can test this out using survey 13.

Also make sure to document this workflow well so that other people can use it.

kaijagahm commented 3 years ago

The app is now redesigned to pull from two data prep scripts, INT.R and PTS.R, which in turn pull data from the database version stored in "currentDB".

I think these scripts are pretty well commented, and the README for ygdpDashboard will also help with understanding that. Hopefully the scripts can be re-run when/if new data is added to the database.