#' Prints names with numbers
#'
#' @param x names
#'
#' @return
#' @export
#'
#'
printn <- function(x) {
names(x) <- 1:length(x)
print(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.