# NOT RUN {
US_coords = loadCoordUS(unit = "state")
str(US_coords)
library(tmap)
tm_shape(US_coords) + tm_borders()
library(mapview)
mapview(US_coords)
## US
US_coords = loadCoordUS()
str(US_coords,1)
library(tmap)
tm_shape(US_coords) + tm_borders()
library(mapview)
mapview(US_coords)
# }
# NOT RUN {
coords_us<- loadCoordUS(unit = "state", unit_subset = c("Florida", "California"))
# }
Run the code above in your browser using DataLab