View source: R/analytics_query.R
analytics_query_multiflight | R Documentation |
Execute an analytics query over multiple flight ids
analytics_query_multiflight(
flight_ids,
query_list,
start_offsets = c(),
end_offsets = c(),
efoqa_connection = connect_to_efoqa(),
coerce_types = TRUE
)
flight_ids |
a vector of multiple flight ids to run the analytics query over. |
query_list |
R list form of the analytics query to perform. |
start_offsets |
A vector of start offsets that match with the flight ids. |
end_offsets |
A vector of end offsets that match with the flight ids. |
efoqa_connection |
Optional efoqa connection for multi-system or re-use. |
coerce_types |
Set this to FALSE to get all results back as strings. This will improve speed a little bit since no metadata queries will be required. |
A dataframe containing the results of executing the query on each flight record.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.