renv_template_replace <- function(text, replacements) { enumerate(replacements, function(key, value) { key <- sprintf("${%s}", key) text <<- gsub(key, value, text, fixed = TRUE) }) text }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.