get_airport_movements_url: Put together the url of airport movement data files

View source: R/utils_airport_movement.R

get_airport_movements_urlR Documentation

Put together the url of airport movement data files

Description

Put together the url of airport movement data files

Usage

get_airport_movements_url(date = parent.frame()$date)

Arguments

date

Numeric. Date of the data in the format yyyymm. Defaults to 202001. To download the data for all months in a year, the user can pass a 4-digit year input yyyy. The parameter also accepts a vector of dates such as c(202001, 202006, 202012).

Value

A url string.

Examples

## Not run:  if (interactive()) {
# Generate url
a <- get_airport_movements_url(year=2000, month=11)
}
## End(Not run)

flightsbr documentation built on June 8, 2025, 1:17 p.m.