atorus-research / advanced_shiny

Application for Advanced Shiny Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Application for Advanced Shiny Course


Languages

Language:R 72.7%Language:CSS 27.3%