Description Usage Arguments Details Value See Also Examples
Functions for querying FSE aircraft.
fse_aircraft_by_makemodel
queries aircraft by model name
fse_aircraft_by_key
queries for aircraft associated to an
FSE read access key
fse_aircraft_by_owner_name
query aircraft by owner name
fse_icao_aircraft
– List of aircraft at ICAO
fse_aircraft_for_sale()
– List aircraft currently for sale
1 2 3 4 5 6 7 8 9 | fse_aircraft_by_makemodel(makemodel, ...)
fse_aircraft_by_key(accesskey, ...)
fse_aircraft_by_owner_name(ownername, ...)
fse_icao_aircraft(icao, ...)
fse_aircraft_for_sale(...)
|
makemodel |
character, aircraft model name, see Details |
... |
other arguments passed to |
accesskey |
FSE read access key |
ownername |
character, FSE account name |
icao |
airport ICAO code |
For fse_aircraft_by_makemodel()
, to get a list of valid model
names that can be submitted to makemodel
fetch aircraft configs with
fse_aircraft_configs()
or go to FSE system WWW page, "Aircraft" menu,
"Purchase aircraft" item and check the dropdown list after selecting "By
model" radio button.
Feed function returns a data.frame
(default) or xml_document
depending on
the value of format
argument (see fse_api
for details).
All these function return data.frame/XML with the following columns/tags:
SerialNumber
– Aircraft serial number
MakeModel
– Aircraft model name
Registration
– Registration number
Owner
Location
LocationName
Home
SalePrice
SellbackPrice
Equipment
RentalDry
RentalWet
Bonus
RentalTime
RentedBy
PctFuel
NeedsRepair
AirframeTime
EngineTime
TimeLast100hr
LeasedFrom
MonthlyFee
FeeOwed
Other FSE feeds:
fse_aircraft_aliases()
,
fse_aircraft_configs()
,
fse_aircraft_status_by_registration()
,
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 6 7 8 | ## Not run:
r <- fse_aircraft_by_makemodel("Cessna 172 Skyhawk")
## End(Not run)
## Not run:
r <- fse_icao_aircraft("epbc")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.