Input/Output functions for count dataset control lists.

read_count_dataset_controls(main = ".", settings = directory_settings())

count_dataset_controls(
  main = ".",
  count_datasets = prefab_count_datasets(),
  settings = directory_settings()
)

write_count_dataset_controls(
  main = ".",
  new_count_dataset_controls = NULL,
  count_datasets = prefab_count_datasets(),
  settings = directory_settings(),
  quiet = FALSE
)

Arguments

main

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

settings

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

count_datasets

character vector of name(s) of wading bird count dataset(s) to include.

new_count_dataset_controls

list of controls for any new datasets (not in the prefab datasets) listed in datasets that are to be added to the control list and file.

quiet

logical indicator controlling if messages are printed.

Value

list of datasets' control lists, invisible-ly for write_dataset_controls.