Fill the directory with components.

fill_dir(
  main = ".",
  models = prefab_models(),
  count_datasets = prefab_count_datasets(),
  covariate_datasets = prefab_covariate_datasets(),
  settings = directory_settings(),
  quiet = FALSE,
  verbose = FALSE
)

fill_data(
  main = ".",
  models = prefab_models(),
  count_datasets = prefab_count_datasets(),
  covariate_datasets = prefab_covariate_datasets(),
  settings = directory_settings(),
  quiet = FALSE,
  verbose = FALSE
)

fill_resources(
  main = ".",
  settings = directory_settings(),
  quiet = FALSE,
  verbose = FALSE
)

Arguments

main

character value of the name of the main component of the directory tree.

models

character vector of name(s) of model(s) to include.

count_datasets

character vector of name(s) of wading bird colony count dataset(s) to be created.

covariate_datasets

character vector of name(s) of covariate dataset(s) to be created.

settings

list of controls for the directory, with defaults set in directory_settings.

quiet

logical indicator if progress messages should be quieted.

verbose

logical indicator of whether or not to print out all of the information (and thus just the tidy messages).

Value

NULL, invisible-ly.