#' Report number of cores
#'
#' @param logical if logical cores
#'
#' @return Number of cores
#' @export
num_cores <- function(logical = FALSE) {
parallel::detectCores(logical = logical)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.