View source: R/utils_airport_movement.R
get_airport_movements_url | R Documentation |
Put together the url of airport movement data files
get_airport_movements_url(date = parent.frame()$date)
date |
Numeric. Date of the data in the format |
A url string.
## Not run: if (interactive()) {
# Generate url
a <- get_airport_movements_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.