mipplot_return_table {mipplot} | R Documentation |
Mutated Table using filtered variable from the rule table The function arguments include the input dataframes: The SR15 dataset and the Rule Table and returns a mutated table with variable, value, model, scenario, region, period
mipplot_return_table(D, R)
D |
A dataframe of IAMC data in tibble format to produce mutated table |
R |
A dataframe of data aggregation rules |
Mutated Table of model,scenario,region,variable,unit,period,value
mipplot_return_table(sr15_sample_data, sr15_sample_conversion_rule_table)