mf_get_mtq {mapsf} | R Documentation |
Get the 'mtq' dataset
Description
Import the mtq dataset (Martinique municipalities).
Usage
mf_get_mtq()
Details
This a wrapper around
st_read(system.file("gpkg/mtq.gpkg", package = "mapsf"),quiet = TRUE)
.
Value
an sf object of Martinique municipalities
Examples
mtq <- mf_get_mtq()
[Package mapsf version 0.11.0 Index]