R Shiny app to visualize patterns in Liyab's First Pay Survey data found here. Data cleaning is also performed in R.
Certain RShiny and other R libraries are used. Run the following code in the R console to download these.
install.packages('glue')
install.packages('bslib')
install.packages('shiny')
install.packages('tidyverse')
Download all files using Code > Download ZIP. Once unzipped, run app.R.