powered by
Downloads Mongolia boundaries for ADM0/ADM1/ADM2 from the GeoBoundaries API and returns an sf object. Results can be cached by the caller as needed.
sf
mn_boundaries(level = c("ADM0", "ADM1", "ADM2"))
An sf object with polygons for the requested level.
One of "ADM0", "ADM1", "ADM2".
# Get aimag (province) boundaries aimags <- mn_boundaries("ADM1") head(aimags)
Run the code above in your browser using DataLab