View source: R/utils_flightst.R
get_flights_url | R Documentation |
Put together the url of flight data files
get_flights_url(type, date)
type |
String. Whether the data set should be of the type |
date |
Numeric. Date of the data in the format |
A url string.
## Not run: if (interactive()) {
# Generate urls
a <- get_flights_url(type='basica', year=2000, month=11)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.