Add additional info relevant to setting parameters in workflow.transition.monitor configs to the manifest: source_scenario_pairs, scenario_geographies, and equity_markets
FYI: goal is to facilitate setting appropriate parameters, e.g. here, with something like jsonlite::fromJSON(file.path(dataprep_output_path, "manifest.json"))$parameters$output_stats
(NOTE: meant to be a manual process, with the manifest suggesting possible, valid options... not totally automated [yet])
(NOTE: and/or to validate config options)
Add additional info relevant to setting parameters in workflow.transition.monitor configs to the manifest:
source_scenario_pairs
,scenario_geographies
, andequity_markets
FYI: goal is to facilitate setting appropriate parameters, e.g. here, with something like
jsonlite::fromJSON(file.path(dataprep_output_path, "manifest.json"))$parameters$output_stats
(NOTE: meant to be a manual process, with the manifest suggesting possible, valid options... not totally automated [yet]) (NOTE: and/or to validate config options)