Skip to contents

Building blocks for data manipulation and visualization operations.

{blockr} has been built for webR (wasm) and is available for download with webr::install("blockr", repos = "https://blockr-org.github.io/webr-repos").

library(blockr)
library(blockr.data)

stack <- new_stack(
  dataset_block,
  select_block
)
serve_stack(stack)

Installation

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

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

Contribute

Easiest is to run make, otherwise:

  1. Install npm dependencies with packer::npm_install()
  2. Build CSS by running the script in dev/sass.R