library(cnmap) #install.packages("cnmap")
library(tidyverse)
getMap(subRegion = T) %>%
ggplot()+
theme_minimal()+
geom_sf()library(cnmap) #install.packages("cnmap")
library(tidyverse)
getMap(subRegion = T) %>%
ggplot()+
theme_minimal()+
geom_sf()