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
)
character
value of the name of the main component of the directory tree.
character
vector of name(s) of colony count dataset(s) to include.
list
of controls for the directory, with defaults set in directory_settings
.
logical
indicator controlling if messages are printed.
logical
indicator of whether or not to print out all of the information or not (and thus just the tidy messages).
list
of prepared datasets
.