available_tags {osmdata} | R Documentation |
List tags associated with a feature
Description
List tags associated with a feature
Usage
available_tags(feature)
Arguments
feature |
feature to retrieve |
Value
character vector of all known tags for a feature
Note
requires internet access
References
https://wiki.openstreetmap.org/wiki/Map_Features
See Also
Other osminfo:
available_features()
Examples
## Not run:
available_tags ("aerialway")
## End(Not run)
[Package osmdata version 0.2.5 Index]