Create specified covariate_datasets using their associated function and arguments.
prepare_covariates(
  main = ".",
  covariate_datasets = prefab_covariate_datasets(),
  settings = directory_settings(),
  quiet = FALSE,
  verbose = FALSE
)character value of the name of the main component of the directory tree.
character vector of name(s) of covariate dataset(s) to include.
list of controls for the directory, with defaults set in directory_settings.
logical indicator controlling if messages are printed.
logical indicator of whether or not to print out all of the information or not (and thus just the tidy messages).
list of prepared datasets.