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