library(epoxy) the_data <- list( first = c("one", "three"), second = c("two", "four") )
```{epoxy chunk-template, .data = the_data, .collapse = " == "} {first} followed by {second}
```r epoxy_use_chunk( .data = the_data, label = "chunk-template", .collapse = " || " )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.