Copy pre‐processed data into the dashboard repository - UCSB-MEDS/shiny-dashboard GitHub Wiki
Now that career and admissions data have been pre-processed, we can move those files over to the dashboard repository (shiny-dashboard). Follow these steps for copying pre-processed data files from the career-data and admissions-data repos into the shiny-dashboard repo:
- 1. Create a
raw-data/folder in the root directory ofshiny-dashboard - 2. Copy the following four pre-processed data files from the
career-data/processed-data/project folder into theshiny-dashboard/raw-data/project folder: meds_placement_YYYY_YYYY.rdsmeds_status_YYYY_YYYY.rdsmesm_placement_YYYY_YYYY.rdsmesm_status_YYYY_YYYY.rds- 3. Copy the following pre-processed data file from
admissions-data/processed-data/project folder into theshiny-dashboard/raw-data/project folder: apps_YYYY_YYYY.rds
NOTE: The .gitignore file is set to ignore the raw-data/ folder so that no data is accidentally pushed to GitHub (but always double-check!).