nsrr_all_dataset_files: NSRR All Dataset files

Description Usage Arguments Value Examples

View source: R/nsrr_all_files.R

Description

NSRR All Dataset files

Usage

1
nsrr_all_dataset_files(dataset, token = nsrr_token(), max_files = Inf)

Arguments

dataset

a dataset "slug", one from nsrr_datasets

token

Token for NSRR resources. Found at https://sleepdata.org/token

max_files

maximum files to return if not wanting to go through all folders recursively.

Value

A data.frame of the data sets and their endpoints

Examples

1
2
3
4
5
6
7
8
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)

## End(Not run)

nsrr documentation built on July 8, 2020, 5:52 p.m.