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

Examples

## Not run: 
available_tags("aerialway")

## End(Not run)

[Package osmdata version 0.1.7 Index]