blockr

lifecycle status coverage

Functionality for blockr is provided by multiple independent R packages, some of which are bundled together for convenience reasons.

Installation

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

# install.packages("pak")
pak::pak("BristolMyersSquibb/blockr")

Example

library(blockr)

run_app(
  blocks = c(
    a = new_dataset_block("iris")
  )
)