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

ons_datasets_setup(defaults)

Arguments

defaults

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

Value

a list describing available datasets

Author

Neale Swinnerton neale@mastodonc.com

Examples

if (FALSE) {
monstr_pipeline_defaults() %>% 
 ons_datasets_setup() # rooted in current project
}
if (FALSE) {
monstr_pipeline_defaults(download_root="/path/to/download/root/") %>% 
     ons_datasets_setup()
}