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.src
-- all source code. R Markdown files, R functions,setup.R
See any.Rmd
file for examples.src/clean
-- scripts for cleaning data. Your mileage will vary.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.src/shiny
-- scripts for use in the Shiny dashboard. Several test dashboards are included.src/shiny/goc-dashboard
-- The GOC Dashboard filessrc/shiny/goc-dashboard/app.R
-- the GOC dashboard main file showing menu layout, ui and server components.src/shiny/goc-dashboard/img
-- image files used by the GOC dashboardsrc/shiny/goc-dashboard/rsconnect
-- rsconnect files for Rstudiosrc/shiny/goc-dashboard/src
-- R and R Markdown sourcee files for the GOC dashboardsrc/shiny/goc-dashboard/styles
-- CSS files for the GOC dashboard