small_vnjson: Geojson data map of Vietnam

Description Usage Format Examples

Description

(Hoang Sa and Truong Sa are not included)

Usage

1

Format

An object of class geo_list of length 3.

Examples

1
2
3
4
5
6
7
8
# To use this geojson map with echart4r package
library(echarts4r)
library(magrittr)
data.frame(province = 'Ha Tinh', value = 1) %>%
e_chart(province) %>%
e_map_register('vn', vntown) %>%
e_map(value, map = 'vn') %>%
e_visual_map(value)

vohai611/haitools documentation built on Dec. 23, 2021, 4:10 p.m.