Drop hier links of afbeeldingen om ze aan de editor toe te voegen.

Start by loading the NHANES data and dplyr package.

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

Exercise