#' Start parallel computing on non-Windows
#'
#' @param cores Number of cores to use
#'
#' @export
for_each_start_parallel <- function(cores) {
doMC::registerDoMC(cores = cores)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.