#' Title
#'
#' @param x vector of numerics passed to sum function
#'
#' @return
#' @export
#'
#' @examples
sum2 <- function(x) {sum(x, na.rm = TRUE)}
#' Title
#'
#' @param x vector of numerics passed to mean2 function
#'
#' @return
#' @export
#'
#' @examples
mean2 <- function(x) {mean(x, na.rm = TRUE)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.