Skip to content

Commit

Permalink
one example
Browse files Browse the repository at this point in the history
  • Loading branch information
christophsax committed Jan 25, 2024
1 parent f6536c2 commit 9a98b79
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ library(blockr.extra)
options(BLOCKR_DEV = TRUE)
pkgload::load_all(".")

stack <- new_stack(data_block, summarize_expr_block);
serve_stack(stack)

stack <- new_stack(data_block, filter_expr_block)
stack <- new_stack(
data_block,
filter_expr_block,
summarize_expr_block
);
serve_stack(stack)

# see admiral vingette for how to use admiral_dpc_block
Expand Down

0 comments on commit 9a98b79

Please sign in to comment.