Start by loading the NHANES data and dplyr package.

library(dplyr)
library(NHANES)
data(NHANES)

Exercise