Description Usage Arguments Value Examples
A function that returns details of airports within a user-specified distance of a given airport.
1 | airports_near_airport(input, distance = 100)
|
input |
An airport name, IATA code, or ICAO code. Input type will be guessed unless explicitly defined |
distance |
Distance boundary for nearest airport lookup in kilometres |
A tibble of airports that fall within the specified range of input airport
1 2 3 4 | airports_near_airport("YVR")
# Or with a user specified distance in kilometres
airports_near_airport("YVR", distance = 200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.