Will stop if not.
Arguments
- n_threads
the number of computational threads to use. Use NA to use the BEAST2 default of 1.
Value
Nothing. Will stop if the number of threads in invalid
Examples
check_empty_beaustier_folders()
# Can have 1 or more threads
check_n_threads(1)
check_n_threads(2)
# Can have NA threads
check_n_threads(NA)
#> NULL
check_empty_beaustier_folders()