# NOT RUN {
head(nhds_adult())
# subset returned data directly
nhds_pediatric()[11:20, c("age_unit", "age")]
nhds_pediatric()[1:5, 1:7]
nhds_infant()[111:115, 1:7]
nhds_infant_not_neonate()[1:5, 1:7]
nhds_neonatal()[1:5, 1:7]
nhds_neonatal_not_newborn()[1:5, 1:7]
identical(nhds_neonatal()[1:10, ],
nhds_neonate()[1:10, ])
identical(nhds_neonatal_not_newborn()[1:10, ],
nhds_neonate_not_newborn()[1:10, ])
nhds_newborn()[1:5, 1:7]
# }
Run the code above in your browser using DataLab