View source: R/cartographer-global.R
map_sfc | R Documentation |
Retrieve geometry of a single location.
map_sfc(feature_names, feature_type)
feature_names |
Name of the feature(s) to retrieve. This must be an exact case-sensitive match, and aliases are not consulted. |
feature_type |
Type of map feature. See |
The geometry as a sfc
object.
map_sfc("Ashe", "sf.nc")
map_sfc(c("Craven", "Buncombe"), "sf.nc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.