Index of /web/packages/echarts4r/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-10-16 19:50 7.0K 
[DIR]man/2020-10-16 19:50 -  

README



Travis-CI Build Status AppVeyor Build Status Lifecycle: stable version GitHub closed issues echarts4r code-size Coveralls test coverage

Apache ECharts (incubating) version 4 for R.

Website | Shiny Demo | Get Started

Example

Basic example.

library(echarts4r)

e_chart(cars, speed) %>% 
  e_scatter(dist, symbolSize = 10)

Get it

Stable version from CRAN.

install.packages("echarts4r")

The development version from Github.

# install.packages("remotes")
remotes::install_github("JohnCoene/echarts4r")

Code of Conduct

Please note that the echarts4r project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.