#' initialize counters
#'
#' Sets up a vector to keep track of counting things you want.
#'
#' @export
#' @return character vector
dn_initialize_counter = function(){
c("_" = 0)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.