View source: R/database_fields.R
get_all_field_details_below_group_as_df | R Documentation |
Get All Field Details for this group and all sub-groups
get_all_field_details_below_group_as_df(
field_group_id,
data_source_id,
exclude_folder_ids = NULL,
efoqa_connection = connect_to_efoqa()
)
field_group_id |
Target field group EMS schema ID |
data_source_id |
Target entity database or datasource ID |
exclude_folder_ids |
Optional vector of field groups to exclude. Useful to exclude processing folders. |
efoqa_connection |
optional efoqa connection to use for this operation |
A dataframe with details of all fields in the target field_group_id and all sub-groups.
## 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]",
exclude_folder_ids = c( "[-hub-][field-group][[[odw-logical][entity-type][odw-flights]][[odw-logical][internal-field-group][flight-info]]]" ) )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.