div_with_id <- function(id, content){ tags$div( id = sprintf("div-%s",id), class = "grey-ul", content ) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.