fse_log: Query FSE flight logs

Description Usage Arguments Value See Also Examples

Description

Functions for querying FSE flight logs.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
fse_log_by_serial_from_id(serialnumber, fromid, ...)

fse_log_by_key_from_id(accesskey, fromid, ...)

fse_log_by_reg_from_id_group(accesskey, fromid, ...)

fse_log_by_reg_from_id(aircraftreg, fromid, ...)

fse_log_by_serial_monthyear(serialnumber, year, month, ...)

fse_log_by_reg_monthyear(aircraftreg, year, month, ...)

fse_log_by_key_monthyear(accesskey, year, month, ...)

Arguments

serialnumber

aircraft serial number

fromid

log entry id

...

other arguments passed to fse_api()

accesskey

group's read access key

aircraftreg

aircraft registration number

year, month

year and month as integers

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 functions 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_aircraft, fse_assignments_by_key(), fse_commodities_by_key(), fse_facilities_by_key(), fse_fbo_summary(), fse_fbo, fse_group_members(), fse_jobs, fse_payments, fse_statistics_by_key()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
r <- fse_log_by_serial_from_id(32019, 1)

## End(Not run)
## Not run: 
r <- fse_log_by_serial_monthyear(6930, 2016, 4)

## End(Not run)
## Not run: 
r <- fse_log_by_reg_monthyear("SP-4AX", 2020, 2)

## End(Not run)

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