View source: R/filter_on_dimensions.R
get_database_field_details | R Documentation |
Get details on any EMS database schema field
get_database_field_details(
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 |
The schema name of the data source id that has the target field |
field_id |
The schema name of the target field to get details on |
An R list with details on the target field
## Not run:
get_database_field_details(
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-engine]]]")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.