library(dovetail) source(dvt_opts())
x <- "The cat purrrs on my lap."
```{callout showme, results = "hide"}
y <- print("now you see me")
r toupper(y)
```{discussion echo = FALSE, results = 'asis'} #' This code chunk should not echo itself #' #' #' ```r cat(x) #' ```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.