Shiny App for Exploring the NHANES dataset
For this app, you'll need to install the following dependencies:
install.packages(c("shiny", "shinydashboard", "ggplot2", "dplyr", "DT",
"data.table", "naniar", "visdat", "skimr", "readr", "NHANES"))