#' Sum list of variables
#'
#' @param list List of drawings
#' @keywords sum, drawings
#' @export
#' @examples
#' sims <- gen_draws(df)
#' mc_sum(sims)
mc_sum <- function(list){
Reduce("+",list)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.