# NOT RUN {
dataset = "shhs"
df = nsrr_all_dataset_files(dataset, max_files = 10)
testthat::expect_lte(nrow(df), 20)
# keep as donttest - takes a long time
# }
# NOT RUN {
df = nsrr_all_dataset_files(dataset)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab