#' get0
#'
#' A function for streamlining get(paste()). It is not exported.
#' @param ... a list of strings to be combined and gotten.
get0 <- function(...) {
get(paste0(...))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.