get_aircraft_url: Put together the url of aircraft data files

View source: R/utils_aircraft.R

get_aircraft_urlR Documentation

Put together the url of aircraft data files

Description

Put together the url of aircraft data files

Usage

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

Arguments

date

Numeric. Either a 6-digit date in the format yyyymm or a 4-digit date input yyyy. Defaults to NULL, in which case the function retrieves information for all years available.

Value

A url string.

Examples

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

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