R/prepare_data.R
    read-and-write-count-dataset-controls.RdInput/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
)character value of the name of the main component of the directory tree.
list of controls for the directory, with defaults set in directory_settings.
character vector of name(s) of wading bird count dataset(s) to include.
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.
logical indicator controlling if messages are printed.
list of datasets' control lists, invisible-ly for write_dataset_controls.