SkillAgentSearch skills...

Echarts4r

🐳 ECharts 5 for R

Install / Use

/learn @JohnCoene/Echarts4r
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="https://raw.githubusercontent.com/JohnCoene/echarts4r/master/docs/logo.png" height = "200px" /> <br /> <br />

R-CMD-check version GitHub closed issues echarts4r code-size Coveralls test coverage

Apache ECharts version 6 for R.

Website |

<!--[Shiny Demo](https://shiny.john-coene.com/echarts4rShiny/) -->

Get Started

</div>

Note

The Github version just underwent a change from ECharts.js version 4 to version 6. Please use the stable CRAN version.

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.

View on GitHub
GitHub Stars625
CategoryDevelopment
Updated2d ago
Forks88

Languages

R

Security Score

80/100

Audited on Apr 1, 2026

No findings