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


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.