Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 426 Bytes

Version 1: One Mega App

Files:

  • app.R
  • read_data.R used in app.R via source
  • make_plot.R used in app.R via source
  • make_table.R used in app.R via source
  • www/styles.R for custom styling

R files are in our root diectory and we have library calls within them.

Dependencies:

  • bslib for dashboard layout
  • dplyr for data manipulation
  • ggplot2 for plotting
  • haven for grabbing data from URL