Put together the url of airport movement data files

get_airport_movements_url(year, month)

Arguments

year

Numeric. Year of the data in yyyy format.

month

Numeric. Month of the data in mm format.

Value

A url string.

Examples

if (FALSE)  if (interactive()) {
# Generate url
a <- get_airport_movements_url(year=2000, month=11)
}