View source: R/filter_on_dimensions.R
get_dimension_table | R Documentation |
Get a table of the avilable discrete states for any field
get_dimension_table(
efoqa_connection = connect_to_efoqa(),
data_source_id,
field_id
)
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 |
A table of the available discrete states for this field along with their local integer id
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.