make_filename {baker}R Documentation

Create new file name

Description

Create new file name

Usage

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

Value

A string for file name

Examples


make_filename(c("theta","alpha"),c(0.9,2),"csv")


[Package baker version 1.0.3 Index]