make_filename {baker} | R Documentation |
Create new file name
make_filename(parameter_names, parameter_vals, format)
parameter_names |
The parameters that distinguish this folder's scenario |
parameter_vals |
The actual parameter values |
format |
The suffix ".XXX" in the end to specify the file format |
A string for file name
make_filename(c("theta","alpha"),c(0.9,2),"csv")