Creates data frame with all existing combinations of VAR_ID, VAR_UNIT and ITEM_AG in GLOBIOM output file.

all_output_comb(df_gl)

Arguments

df_gl

data frame with globiom output.

Value

Data frame with existing VAR_ID, VAR_UNIT, ITEM_AG combinations in df_gl

Examples

if (FALSE) { all_output_comb(globiom) }