Nothing
library(epoxy) the_data <- list( list(first = "one", second = "two"), list(first = "three", second = "four") )
```{epoxy chunk-template, .data = the_data[[1]]} {first} followed by {second}
```r epoxy_use_chunk(the_data[[2]], "chunk-template")
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.