find_nested_dependencies_list: Find Nested Dependencies

View source: R/MetaData.R

find_nested_dependencies_listR Documentation

Find Nested Dependencies

Description

In the RHoMIS datasets, there are indicators which depend on indicators, indicators which depend on individual columns, and indicators which depend on columns embedded in loops. It is essential that we know how every indicator is linked in the data so that we can understand issues in survey design. This function tries to achieve this.

Usage

find_nested_dependencies_list(
  indicator_name,
  indicator_list,
  dependency_required = c("individual", "loop", "indicator", "conversion")
)

Arguments

indicator_name

The name of the indicator

indicator_list

The list of indicators

dependency_required

'Whether you want to see the "individual" columns required, the "loop" columns required, the "indicators" required, or the "conversion" tables required


l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.