make_filename function

Create new file name

Create new file name

make_filename(parameter_names, parameter_vals, format)

Arguments

  • 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

Returns

A string for file name

Examples

make_filename(c("theta","alpha"),c(0.9,2),"csv")
  • Maintainer: Zhenke Wu
  • License: MIT + file LICENSE
  • Last published: 2024-01-30