prioritize_indicator_defs: Prioritize indicators defs by analyzing dependency indicators

Description Usage Arguments Details Value See Also

View source: R/indicator-define.R

Description

Prioritize indicators defs according priority means that indicator defs with higher priority will be in front of that of lower priority.

Usage

1
prioritize_indicator_defs(ds_indicator_defs)

Arguments

ds_indicator_defs

A dataframe of indicators definition info.

Details

By analyzing dependency among indicators, indicator defs will be re-ordered by priority(1 to n), which means 1 is highest and n is lowest. Indicator with higher priority should be generated before indicator with lower priority.

Value

A dataframe of definitions of prioritized indicators. Raise error if anything goes wrong.

See Also

Other indicator define functions: create_attribute_def_fun(), create_indicator_def_fun(), get_indicator_defs(), get_indicator_vars(), ind_attr_def_indcd(), ind_attr_def_trdstat(), parse_indicator_vars(), related_indicator_defs()


chriszheng2016/zstmodelr documentation built on June 13, 2021, 8:59 p.m.