echarts4r icon indicating copy to clipboard operation
echarts4r copied to clipboard

`echarts4rBox()` error - `object 'x' not found`

Open jack-davison opened this issue 4 months ago • 0 comments

packageVersion("echarts4r")
#> [1] '0.4.5.9000'

echarts4rBox(cars, speed, dist, "Cake", type = "bar")
#> Error in echarts4rBox(cars, speed, dist, "Cake", type = "bar"): could not find function "echarts4rBox"

Created on 2025-06-18 with reprex v2.1.1

Also occurs with CRAN release version.

Example taken from https://echarts4r.john-coene.com/articles/boxes.

jack-davison avatar Jun 18 '25 11:06 jack-davison