R/loadEChartsLibrary.R

loadEChartsLibrary <- function(){
  to_eval='includeScript(system.file("echarts.js", package = "ECharts2Shiny"))'
  eval(parse(text = to_eval), envir = parent.frame())
}

Try the ECharts2Shiny package in your browser

Any scripts or data that you put into this service are public.

ECharts2Shiny documentation built on May 2, 2019, 8:57 a.m.