#' glue
#'
#' See \code{glue::\link[glue]{glue}} for details.
#'
#' @name glue
#' @rdname glue
#' @keywords internal
#' @export
#' @importFrom glue glue
#'
#' @examples
#' total <- 2
#' glue('1 + 1 = {total}')
#'
#' #> 1 + 1 = 2
NULL
#' @importFrom stats setNames
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.