Learn R Programming

osmdata (version 0.4.1)

set_overpass_url: set_overpass_url

Description

Set the URL of the specified overpass API. Possible APIs with global coverage are returned by list_overpass_urls().

Usage

set_overpass_url(overpass_url)

Value

The overpass API URL

Arguments

overpass_url

The desired overpass API URL

Details

For further details, see https://wiki.openstreetmap.org/wiki/Overpass_API

See Also

Other overpass: get_overpass_url(), list_overpass_urls()

Examples

Run this code
if (FALSE) {
set_overpass_url (list_overpass_urls () [1])
}

Run the code above in your browser using DataLab