build_biotime_datasets_plan: Generate a Drake Plan for Biotime Datasets

Description Usage Arguments Value

View source: R/plan_data.R

Description

Generate a Drake Plan for Biotime Datasets

Usage

1
2
3
4
5
6
build_biotime_datasets_plan(
  path = get_default_data_path(),
  data_subset = NULL,
  do_processing = TRUE,
  force_reprocessing = FALSE
)

Arguments

path

where to get the downloaded retriever datasets

data_subset

optional, a subset of the Biotime study_ids to use (to speed up development). As c(1:X)

do_processing

whether to process the datasets if necessary

force_reprocessing

whether to force re-processing of datasets

Value

a drake plan (i.e. a tibble) specifying the targets and commands for gathering Biotime datasets


weecology/MATSS documentation built on May 15, 2020, 7:03 p.m.