View source: R/read_aircrafts.R
read_aircrafts | R Documentation |
This function was deprecated in favor of read_aircraft()
simply to
fix a typo in the function name.
read_aircrafts(date = 202001, 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_aircraft()
,
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.