View source: R/database_query.R
database_query_from_list | R Documentation |
Execute Database Query from R List
database_query_from_list(
data_source_id,
query_list,
efoqa_connection = connect_to_efoqa()
)
data_source_id |
String for EMS data source / database ID. For example FDW Flights = "[ems-core][entity-type][foqa-flights]" |
query_list |
R list object containing the EMS API query to execute |
efoqa_connection |
Optional if you want to re-use an existing connection to the API. |
The results of the EMS database query as a dataframe. Note that no type conversions are performed. Result types will depend on the 'format' flag in the query.
## Not run:
database_query_from_json("[ems-core][entity-type][foqa-flights]",
query_list = standard_flight_query_json)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.