Skip to content

BristolMyersSquibb/blockr.extra

Repository files navigation

blockr.extra

ci codecov

Content

Provides the following blocks:

  • filter_expr_block
  • summarize_expr_block
  • admiral_dpc_block
  • code_plot_block
  • code_transform_block

Usage

library(blockr)
library(blockr.extra)

options(BLOCKR_DEV = TRUE)
pkgload::load_all(".")

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

# see admiral vingette for how to use admiral_dpc_block
stack <- new_stack(data_block, mutate_block, admiral_dpc_block)
serve_stack(stack)

Installation

You can install the development version of blockr.extra from GitHub with:

# install.packages("devtools")
devtools::install_github("blockr-org/blockr.extra")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages