#' Trim space from ends of string
#'
#' Yup
#'
#' @param x string
#'
#' @return string
#'
utils_trim <- function (x) {gsub("^\\s+|\\s+$", "", x)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.