get_airport_movements_url {flightsbr} | R Documentation |
Put together the url of airport movement data files
get_airport_movements_url(date = parent.frame()$date)
date |
Numeric. Date of the data in the format |
A url string.
## Not run: if (interactive()) {
# Generate url
a <- get_airport_movements_url(year=2000, month=11)
}
## End(Not run)