Description Usage Arguments Value See Also
fse_icao_jobs_from()
– list jobs from airports with
provided ICAO codes
fse_icao_jobs_to()
– list jobs to airports with provided ICAO codes
1 2 3 | fse_icao_jobs_from(icaos, ...)
fse_icao_jobs_to(icaos, ...)
|
icaos |
airport ICAO codes (can be more than one, as a character vector) |
... |
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).
The object with the following columns/tags:
Id
– Assignment Id
Location
– ICAO where the payload is currently at
ToIcao
– ICAO of destination airport
FromIcao
– ICAO of origin airport
Amount
– Payload amount
UnitType
– The unit of Amount
Commodity
– Payload description
Pay
– Assignment pay in v$
Expires
– Time in which the assignment expires
ExpireDateTime
– Date and time at which the assignment expires
Express
– Is it an express assignment: "False", "True"
PtAssignment
– Is it an assignment of a PAX terminal: "False", "True"
Type
– Type of assignment: "Trip-Only", "All-In"
AircraftId
– For "All-In" assignments the serial number of the aircraft assigned to the job
Other FSE feeds:
fse_aircraft_aliases()
,
fse_aircraft_configs()
,
fse_aircraft_status_by_registration()
,
fse_aircraft
,
fse_assignments_by_key()
,
fse_commodities_by_key()
,
fse_facilities_by_key()
,
fse_fbo_summary()
,
fse_fbo
,
fse_group_members()
,
fse_log
,
fse_payments
,
fse_statistics_by_key()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.