analytics_query_from_json: Query the FDW Parameters / Constants / 'Analytics'

View source: R/analytics_query.R

analytics_query_from_jsonR Documentation

Query the FDW Parameters / Constants / 'Analytics'

Description

Query the FDW Parameters / Constants / 'Analytics'

Usage

analytics_query_from_json(
  flight_id,
  query_json_file,
  efoqa_connection = connect_to_efoqa()
)

Arguments

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.

Value

A list object with the results of the analytics query.

Examples

## Not run: 
analytics_query_from_json(3135409, query_json_file = "./my_query_file.json")

## End(Not run)


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