Create new file name
make_filename(parameter_names, parameter_vals, format)
parameter_names
: The parameters that distinguish this folder's scenarioparameter_vals
: The actual parameter valuesformat
: The suffix ".XXX" in the end to specify the file formatA string for file name
make_filename(c("theta","alpha"),c(0.9,2),"csv")
Useful links