View source: R/standard_queries.R
standard_event_query | R Documentation |
Executs a query for all events in the target profile and returns the standard global event fields. This function defaults to running on the library flight safety events profile, but can be modified to use other profiles by changing the data_source_id
standard_event_query(
event_data_source_id =
"[ems-apm][entity-type][events:profile-a7483c449db94a449eb5f67681ee52b0]",
efoqa_connection = connect_to_efoqa()
)
event_data_source_id |
String representing the datasource ID for events in an EMS profile. |
efoqa_connection |
Connection list for re-use. |
A dataframe with the standard event fields
## Not run:
standard_event_query()
ds_id = "[ems-apm][entity-type][events:profile-87d17d3479804596a231d1d875c85e1f]"
standard_event_query( ds_id )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.