View source: R/utils_airfares.R
get_airfares_url | R Documentation |
Put together the url of airfare data files
get_airfares_url(dom, date = parent.frame()$date)
dom |
Logical. Defaults to |
date |
Numeric. Date of the data in the format |
A url string.
## Not run: if (interactive()) {
# Generate url
a <- get_airfares_url(year=2002, month=11)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.