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