get_dimension_table: Get a table of the avilable discrete states for any field

View source: R/filter_on_dimensions.R

get_dimension_tableR Documentation

Get a table of the avilable discrete states for any field

Description

Get a table of the avilable discrete states for any field

Usage

get_dimension_table(
  efoqa_connection = connect_to_efoqa(),
  data_source_id,
  field_id
)

Arguments

efoqa_connection

optional existing efoqa connection for re-use or advanced use

data_source_id

Schema string for the target data source id

field_id

Schema string for the target field id

Value

A table of the available discrete states for this field along with their local integer id

Examples

## Not run: 
get_dimension_table(
efoqa_connection,
data_source_id = "[ems-core][entity-type][foqa-flights]",
field_id = "[-hub-][field][[[ems-core][entity-type][foqa-flights]][[airframe-engine-field-set][base-field][airframe]]]"
)

## End(Not run)

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