Description Usage Arguments Value See Also Examples
View source: R/fse_aircraft_status_by_registration.R
Lookup the status of a particular aircraft. Only available as an XML.
1 | fse_aircraft_status_by_registration(aircraftreg, ...)
|
aircraftreg |
aircraft registration number |
... |
other arguments passed to |
Feed function returns a data.frame
(default) or xml_document
depending on
the value of format
argument (see fse_api
for details).
Data.frame/XML with columns/tags:
Registration
– Aircraft registration
SerialNumber
– Aircraft serial number
Status
– Aircraft status: ("On Ground")
Location
– ICAO airport code if aircraft is "On Ground"
Other FSE feeds:
fse_aircraft_aliases()
,
fse_aircraft_configs()
,
fse_aircraft
,
fse_assignments_by_key()
,
fse_commodities_by_key()
,
fse_facilities_by_key()
,
fse_fbo_summary()
,
fse_fbo
,
fse_group_members()
,
fse_jobs
,
fse_log
,
fse_payments
,
fse_statistics_by_key()
1 2 3 4 5 | ## Not run:
r <- fse_aircraft_status_by_registration(483514)
r <- fse_aircraft_status_by_registration("SP-4AX")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.