get_flights_url {flightsbr} | R Documentation |
Put together the url of flight data files
Description
Put together the url of flight data files
Usage
get_flights_url(type, date)
Arguments
type |
String. Whether the data set should be of the type |
date |
Numeric. Date of the data in the format |
Value
A url string.
Examples
## Not run: if (interactive()) {
# Generate urls
a <- get_flights_url(type='basica', year=2000, month=11)
}
## End(Not run)
[Package flightsbr version 1.0.0 Index]