View source: R/read_aircraft.R
read_aircraft | R Documentation |
Download data of all aircraft registered in the Brazilian Aeronautical Registry (Registro Aeronáutico Brasileiro - RAB), organized by the Brazilian Civil Aviation Agency (ANAC). A description of all variables included in the data is available at https://www.gov.br/anac/pt-br/sistemas/rab.
read_aircraft(date = NULL, showProgress = TRUE, cache = TRUE)
date |
Numeric. Date of the data in the format |
showProgress |
Logical. Defaults to |
cache |
Logical. Whether the function should read cached data downloaded
previously. Defaults to |
A "data.table" "data.frame"
object. All columns are returned with
class
of type "character"
.
Other download flight data:
read_aircrafts()
,
read_flights()
## Not run: if (interactive()) {
# Read aircraft data
aircraft <- read_aircraft(date = 202001,
showProgress = TRUE)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.