Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 279 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 279 Bytes

nhanes_explore

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"))