Add map dependency to e_charts chart.

em_map(e, map)

em_bank()

Arguments

e

An object of class echarts4r.

map

Map name, a country.

Details

essentially a wrapper to e_map_register.

Examples

maps <- em_bank() # list of all maps
# NOT RUN { library(echarts4r) df <- data.frame(x = "", y = "") df %>% e_charts(x) %>% em_map("France") %>% e_map(y, map = "france") # }