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


Try the epoxy package in your browser

Any scripts or data that you put into this service are public.

epoxy documentation built on Sept. 20, 2023, 1:06 a.m.