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


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