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 = " || "
)


gadenbuie/epoxy documentation built on April 19, 2024, 8:20 a.m.