Interactive reporting + visualization with Shiny I
Lecture 22
Dr. Greg Chism
University of Arizona INFO 526 - Spring 2024
Warm up
Announcements
Peer evals will be in two-weeks (survey to be announced soon)
HW 06 is due April 29th, 11:59pm
To opt-out, submit the GitHub issue before the deadline
Setup
# load packageslibrary(countdown)library(tidyverse)library(gganimate)# set theme for ggplot2ggplot2::theme_set(ggplot2::theme_minimal(base_size =14))# set width of code outputoptions(width =65)# set figure parameters for knitrknitr::opts_chunk$set(fig.width =7, # 7" widthfig.asp =0.618, # the golden ratiofig.retina =3, # dpi multiplier for displaying HTML output on retinafig.align ="center", # center align figuresdpi =300# higher dpi, sharper image)
This data does not reflect the general population; it reflects Ask a Manager readers who self-selected to respond, which is a very different group (as you can see just from the demographic breakdown below, which is very white and very female).