Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.24 KB

MANIFEST.md

File metadata and controls

13 lines (12 loc) · 1.24 KB

Manifest

  1. styles -- CSS for HTML. This seems to work well in the dashboard, stand-alone, and for printing. Reports and plots can be opened in a browser window and printed using standard browser and operating system features.
  2. src -- all source code. R Markdown files, R functions, setup.R See any .Rmd file for examples.
  3. src/clean -- scripts for cleaning data. Your mileage will vary.
  4. src/load -- scripts for loading data from CSV files. Member data was loaded in chunks. All other tables were loaded using a single script. Employment and Users were hand-entered. No data is included. These scripts are examples.
  5. src/shiny -- scripts for use in the Shiny dashboard. Several test dashboards are included.
  6. src/shiny/goc-dashboard -- The GOC Dashboard files
  7. src/shiny/goc-dashboard/app.R -- the GOC dashboard main file showing menu layout, ui and server components.
  8. src/shiny/goc-dashboard/img -- image files used by the GOC dashboard
  9. src/shiny/goc-dashboard/rsconnect -- rsconnect files for Rstudio
  10. src/shiny/goc-dashboard/src -- R and R Markdown sourcee files for the GOC dashboard
  11. src/shiny/goc-dashboard/styles -- CSS files for the GOC dashboard