Learn R Programming

cartographer (version 0.2.1)

feature_names: 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)

Value

Character vector of feature names.

Arguments

feature_type

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

See Also

register_map() and resolve_feature_names()

Examples

Run this code
head(feature_names("sf.nc"))

Run the code above in your browser using DataLab