get_physical_parameters_for_flight: Get a list of all physical parameters for a given flight...

View source: R/physical_parameters.R

get_physical_parameters_for_flightR Documentation

Get a list of all physical parameters for a given flight record.

Description

Get a list of all physical parameters for a given flight record.

Usage

get_physical_parameters_for_flight(
  flight_id,
  efoqa_connection = connect_to_efoqa()
)

Arguments

flight_id

The numeric flight id for the flight to get physical parameters for.

efoqa_connection

An optional connection for re-use or advanced multi-system use.

Value

A dataframe with details on all physical parameters (names, units, uids)

Examples

## Not run: 

get_physical_parameters_for_flight(3135409)

## End(Not run)

ge-flight-analytics/refoqa documentation built on Oct. 15, 2024, 7:15 a.m.