maps.Rd
Add map dependency to e_charts chart.
em_map(e, map) em_bank()
e | An object of class |
---|---|
map | Map name, a country. |
essentially a wrapper to e_map_register.
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") # }