View source: R/utils_aircraft.R
get_aircraft_url | R Documentation |
Put together the url of aircraft data files
get_aircraft_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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.