find_nested_dependencies_network: Find Nested Dependencies

View source: R/MetaData.R

find_nested_dependencies_networkR 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_network(
  indicator_name,
  indicator_list = indicator_list
)

Arguments

indicator_name

The name of the indicator

indicator_list

The list of indicators


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