Nothing
## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(echo = TRUE)
## ---- echo = FALSE, results = "asis"------------------------------------------
vignette_dir <- "../inst/misc/"
vignette_file <- "guide.md"
lines <- readLines(paste0(vignette_dir, vignette_file))
lines <- gsub(", x = lines, fixed = TRUE)
cat(lines, sep = "\n")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.