#' Report number of working cores
#'
#' @return number of working cores
#' @export
num_working_cores <- function() {
foreach::getDoParWorkers()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.