parallel {DQAstats} | R Documentation |
Internal function to initialize the parallel backend.
parallel(parallel, logfile_dir, ncores)
parallel |
A boolean. If TRUE, initializing a |
logfile_dir |
The absolute path to folder where the logfile
will be stored default( |
ncores |
A integer. The number of cores to use. Caution: you would probably like to choose a low number when operating on large datasets. Default: 2. |
No return value. Depending on the specified arguments, this function enables a parallel backend for faster computations.
parallel(parallel = FALSE, logfile_dir = tempdir(), ncores = 1)