Learn R Programming

blockr

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

Copy Link

Version

Install

install.packages('blockr')

Version

0.1.0

License

GPL (>= 3)

Maintainer

Nicolas Bennett

Last Published

January 12th, 2026

Functions in blockr (0.1.0)

blockr-package

blockr: A Block-Based Framework for Data Manipulation and Visualization
run_app

Run app