build.R
.
You can install the development version of blockr.echarts4r from GitHub with:
# install.packages("remotes")
remotes::install_github("blockr-org/blockr.echarts4r")
library(blockr)
library(blockr.echarts4r)
stack <- new_stack(
data_block,
e_charts__block,
e_scatter__block,
e_line__block
)
serve_stack(stack)