get_all_field_details_below_group_as_df: Get All Field Details for this group and all sub-groups

View source: R/database_fields.R

get_all_field_details_below_group_as_dfR Documentation

Get All Field Details for this group and all sub-groups

Description

Get All Field Details for this group and all sub-groups

Usage

get_all_field_details_below_group_as_df(
  field_group_id,
  data_source_id,
  exclude_folder_ids = NULL,
  efoqa_connection = connect_to_efoqa()
)

Arguments

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

Value

A dataframe with details of all fields in the target field_group_id and all sub-groups.

Examples

## 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)

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