View source: R/parallel_helpers.R
getCores | R Documentation |
Get user defined cores
getCores()
setCores(ncores)
ncores |
number of cores to use for bootstrapping |
getCores()
and setCores()
determine the number of cores
used in the boostrap procedure used to generate standard errors for the
quantile spacings estimator. By default, this is set to half of available
cores, or whatever is found in getOption('mc.cores')
. This package uses
the future
backend for parallelization, so if you would like to specify
a custom plan for futures use future::plan()
after loading the package.
A better interface for custom plans is on the roadmap for the package but
isn't currently implemented.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.