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 of shiny-dashboard
  • 2. Copy the following four pre-processed data files from the career-data/processed-data/ project folder into the shiny-dashboard/raw-data/ project folder:
  • meds_placement_YYYY_YYYY.rds
  • meds_status_YYYY_YYYY.rds
  • mesm_placement_YYYY_YYYY.rds
  • mesm_status_YYYY_YYYY.rds
  • 3. Copy the following pre-processed data file from admissions-data/processed-data/ project folder into the shiny-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!).