This wraps all the functions that prepare datasets from specific databases (e.g. prepare_bbs_ts_data, prepare_biotime_data).

prepare_datasets(
  dataset = c("breed-bird-survey", "biotimesql"),
  bbs_params = list(path = get_default_data_path(), start_yr = 1965, end_yr = 2018,
    min_num_yrs = 10, data_subset = NULL),
  biotime_params = list(path = get_default_data_path(), data_subset = NULL)
)

Arguments

dataset

what datasets to prepare (must follow the naming convention of download_datasets)

bbs_params

params to pass to

biotime_params