View source: R/analytics_query.R
analytics_query_from_json | R Documentation |
Query the FDW Parameters / Constants / 'Analytics'
analytics_query_from_json(
flight_id,
query_json_file,
efoqa_connection = connect_to_efoqa()
)
flight_id |
The numeric flight record id to target |
query_json_file |
A reference to a json file describing the query to perform. See API documentation for details. |
efoqa_connection |
An optional efoqa connection list object for re-use or customization. |
A list object with the results of the analytics query.
## Not run:
analytics_query_from_json(3135409, query_json_file = "./my_query_file.json")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.