View source: R/database_fields.R
field_groups_query | R Documentation |
Query for details of a database field group
field_groups_query(
field_group_id,
data_source_id,
efoqa_connection = connect_to_efoqa()
)
field_group_id |
Target EMS Schema ID for the group of interest |
data_source_id |
EMS schema ID for target entity / database |
efoqa_connection |
Optional EMS connection to override default |
List of details for the field group of interest.
## Not run:
odw_fields <- get_all_field_details_below_group_as_df(
field_group_id = "[-hub-][field-group][[[odw-logical][entity-type][odw-flights]][[--][internal-field-group][root]]]",
data_source_id = "[odw-logical][entity-type][odw-flights]" )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.