ons_datasets_setup: Datasets Setup

View source: R/ons.R

ons_datasets_setupR Documentation

Datasets Setup

Description

This returns a dataframe containing details that can be passed to other fns in this package for further processing

Usage

ons_datasets_setup(defaults)

Arguments

defaults

a list with folder system. Valid values from monstr_pipeline_defaults(...)

Value

a list describing available datasets

Author(s)

Neale Swinnerton neale@mastodonc.com

Examples

## Not run: 
monstr_pipeline_defaults() %>% 
 ons_datasets_setup() # rooted in current project

## End(Not run)
## Not run: 
monstr_pipeline_defaults(download_root="/path/to/download/root/") %>% 
     ons_datasets_setup()

## End(Not run)

HFAnalyticsLab/monstR documentation built on Sept. 13, 2022, 2:19 a.m.