View source: R/physical_parameters.R
get_physical_parameters_for_flight | R Documentation |
Get a list of all physical parameters for a given flight record.
get_physical_parameters_for_flight(
flight_id,
efoqa_connection = connect_to_efoqa()
)
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. |
A dataframe with details on all physical parameters (names, units, uids)
## Not run:
get_physical_parameters_for_flight(3135409)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.