View source: R/analytics_query.R
analytics_query_with_unspecified_flight | R Documentation |
Analytics Query with Unspecified Flight
analytics_query_with_unspecified_flight(
query_list,
efoqa_connection = connect_to_efoqa()
)
query_list |
An R list representing the query (equivalent to what you would get by doing jsonlite::read_json() on the json query ) |
efoqa_connection |
An optional efoqa connection list object for re-use or customization. |
A list object with the results of the analytics query by selecting a random flight to run the query on.
## Not run:
query_list_example <- list(
select = list( list( analyticID = analytic_id_1), list( analyticID = analytic_id_2 ) )
)
analytics_query_with_unspecified_flight( query_list_example )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.