Subsetting a dataframe

In the help file of the NHANES dataset, we see that the question is reported for participants aged 18 to 69 years.
Adjust the code below to create a dataset NH_18_69, containing only the participants aged between 18 (included) and 70 (not included).