Get data
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]]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.