mask_tmpdir <- function(txt, dir) {
txt <- gsub(dir, "[redacted]", txt, fixed = TRUE)
gsub("/private[redacted]", "[redacted]", txt, fixed = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.