#' Title
#'
#' @param nCores
#'
#' @return
#' @export
#'
#' @examples
numCores=function(nCores){
if(Sys.info()[['sysname']]=="Windows") 1 else nCores
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.