Create specified count_datasets using their associated function and arguments.

prepare_counts(
  main = ".",
  count_datasets = prefab_count_datasets(),
  settings = directory_settings(),
  quiet = FALSE,
  verbose = FALSE
)

Arguments

main

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

count_datasets

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

settings

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

quiet

logical indicator controlling if messages are printed.

verbose

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

Value

list of prepared datasets.