feature_names {cartographer}R Documentation

List known feature names

Description

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).

Usage

feature_names(feature_type)

Arguments

feature_type

Type of map feature. See feature_types() for a list of registered types.

Value

Character vector of feature names.

See Also

register_map() and resolve_feature_names()

Examples

head(feature_names("sf.nc"))

[Package cartographer version 0.2.1 Index]