inst/examples/block/merge/app.R

library(blockr.core)

serve(
  new_merge_block(),
  data = list(
    x = datasets::BOD,
    y = utils::head(datasets::ChickWeight, n = 10)
  )
)

Try the blockr.core package in your browser

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

blockr.core documentation built on June 8, 2025, 1:43 p.m.