Wrapper function for functions that input values into model config files
Arguments
- model
string; name of a model in the LER package
- folder
file path; to folder which contains the model folders generated by export_config()
- file
filepath; to model-specific config file
- label
string; which corresponds to section where the key is located
- key
string; name of key in which to extract the value
- value
string; name of value to input into config file
- out_file
filepath; to write the output json file (optional); defaults to overwriting file if not specified