This gives the list of feature names that are part of the specified map data.
The list includes any aliases defined when the map was registered. Note that
the location
column matching is case insensitive (see Details below).
Arguments
- feature_type
Type of map feature. See
feature_types()
for a list of registered types.
Examples
head(feature_names("sf.nc"))
#> [1] "Ashe" "Alleghany" "Surry" "Currituck" "Northampton"
#> [6] "Hertford"