Drop links or images here to add them to the editor.

Start by loading the NHANES data and dplyr package.

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

Exercise