fse_aircraft: Query FSE aircraft

Description Usage Arguments Details Value See Also Examples

Description

Functions for querying FSE aircraft.

Usage

1
2
3
4
5
6
7
8
9

Arguments

makemodel

character, aircraft model name, see Details

...

other arguments passed to fse_api()

accesskey

FSE read access key

ownername

character, FSE account name

icao

airport ICAO code

Details

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.

Value

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:

See Also

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

Examples

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)

rfse/fse documentation built on Jan. 25, 2022, 5:54 a.m.