get_aircrafts_url {flightsbr}R Documentation

Put together the url of aircrafts data files

Description

Put together the url of aircrafts data files

Usage

get_aircrafts_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)

[Package flightsbr version 1.0.0 Index]