<% ## Reuse the package vignette md <- R.rsp::rstring(file="vignettes/ramani-intro.md", postprocess=FALSE)
md <- unlist(strsplit(md, split="\n", fixed=TRUE))
md <- grep("%\Vignette", md, fixed=TRUE, value=TRUE, invert=TRUE)
cat(md, sep="\n") %>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.