standard_event_query: Standard All Events Query

View source: R/standard_queries.R

standard_event_queryR Documentation

Standard All Events Query

Description

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

Usage

standard_event_query(
  event_data_source_id =
    "[ems-apm][entity-type][events:profile-a7483c449db94a449eb5f67681ee52b0]",
  efoqa_connection = connect_to_efoqa()
)

Arguments

event_data_source_id

String representing the datasource ID for events in an EMS profile.

efoqa_connection

Connection list for re-use.

Value

A dataframe with the standard event fields

Examples

## Not run: 
standard_event_query()
ds_id = "[ems-apm][entity-type][events:profile-87d17d3479804596a231d1d875c85e1f]"
standard_event_query( ds_id )

## End(Not run)

ge-flight-analytics/refoqa documentation built on Oct. 15, 2024, 7:15 a.m.