R/fill_directory.R
directory-filling.Rd
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
)
character
value of the name of the main component of the directory tree.
character
vector of name(s) of model(s) to include.
character
vector of name(s) of wading bird colony count dataset(s) to be created.
character
vector of name(s) of covariate dataset(s) to be created.
list
of controls for the directory, with defaults set in directory_settings
.
logical
indicator if progress messages should be quieted.
logical
indicator of whether or not to print out all of the information (and thus just the tidy messages).
NULL
, invisible
-ly.