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 = 4)
testthat::expect_lte(nrow(df), 20)
# keep as donttest - takes a long time
## Not run: 
df = nsrr_all_dataset_files(dataset)

## End(Not run)

muschellij2/nsrr documentation built on Oct. 17, 2021, 9:20 p.m.