e_get_data | R Documentation |
Get data passed to e_charts
.
e_get_data(e)
e |
An |
A list of data.frames, one for each group.
echart <- cars |>
e_charts(speed) |>
e_scatter(dist) |>
e_lm(dist ~ speed)
echart
e_get_data(echart)[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.