powered by
Retrieve geometry of a single location.
map_sfc(feature_names, feature_type)
The geometry as a sfc object.
sfc
Name of the feature(s) to retrieve. This must be an exact case-sensitive match, and aliases are not consulted.
Type of map feature. See feature_types() for a list of registered types.
feature_types()
map_sfc("Ashe", "sf.nc") map_sfc(c("Craven", "Buncombe"), "sf.nc")
Run the code above in your browser using DataLab