Nothing
knitr::opts_chunk$set( cache = FALSE ) asciicast::init_knitr_engine()
Simple SVG image at end
```{asciicast 1-letters} letters
`eval = FALSE` works. Need to `echo = TRUE` explicitly, the default is no echo. ```{asciicast 2-no-eval, eval = FALSE, echo = TRUE} stop("do not run me")
Config in header is OK.
```{asciicast 3-header}
options(width = 40) 1:100
`eval = TRUE` + `echo = TRUE` ```{asciicast 3-echo, echo = TRUE} 1:10
include = FALSE
```{asciicast 4-no-include, include = FALSE} "Now you don't see me"
`fig.process` option. ```{asciicast 5-process, fig.process = function(x) { file.create(paste0(x, "-processed")); x }} cli::cli_text("processed!")
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.