Assign parallel worker cores.

check_workers(workers = NULL)

Arguments

workers

Number of cores to parallelise across (in applicable functions). If NULL, will set to the total number of available cores minus 1.

Value

Integer

Examples

workers <- check_workers()