class: center, middle, inverse, title-slide # interactive
visualization ### 2021-11-10 --- class: middle, inverse # Welcome --- ## Announcements - Peer review of Project 2 proposals on Monday in lab - HW 5 posted --- ## Interactive visualizations with Shiny We will build an app with - Data pre-processing - Dynamic UI elements - Linked brushing --- class: center, middle .midi[ [https://minecr.shinyapps.io/manager-survey](https://minecr.shinyapps.io/manager-survey/) ] <iframe src="https://minecr.shinyapps.io/manager-survey/?showcase=0" width="100%" height="550px" data-external="1"></iframe> --- class: middle .large[.hand[livecoding]] .task[ Go to the `exercise-08` project and code along in `manager-survey/app.R`. ] (See next slide for code developed during live coding session) --- class: middle The code for the app can be found [here](https://github.com/vizdata-f21/slides/blob/main/20-interactive-visualization/manager-survey/app.R).