`load_dump_scalar()` loads any scalar from the dump gdx files

load_dump_scalar(res_fold, scen_name, scalar)

Arguments

res_fold

Path to the folder where the gdx files are

scen_name

Name of the scenarios to load

scalar

Name of the scalar to load

Value

A data.table with the scalar

Examples

load_dump_scalar(res_fold = res_fold, scen_name = scen_name, scalar = "p_Nmin")
#> Error in eval(expr, envir, enclos): object 'res_fold' not found