/advanced_shiny

Application for Advanced Shiny Course

Primary LanguageR

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