make_filename: Create new file name

View source: R/utils.R

make_filenameR 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")


zhenkewu/baker documentation built on Feb. 7, 2024, 4:20 p.m.