Skip to content

BristolMyersSquibb/blockr.echarts4r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockr.echarts4r

echarts4r for blockr

⚠️ this is still a work in progress, it is used as a stress-test for blockr.generate. The code for the package is generated from build.R.

Installation

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

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

Example

library(blockr)
library(blockr.echarts4r)

stack <- new_stack(
  data_block,
  e_charts__block,
  e_scatter__block,
  e_line__block
)

serve_stack(stack)

Releases

No releases published

Packages

No packages published

Languages