Retrieve the config template file name
Usage
get_cfg_template_name(cfg_template_name = NULL)
Arguments
- cfg_template_name
A character string specifying the template config
file name, or NULL for the default. Default: 'config-template.yml'
Value
A character string: the supplied config template name or the default
config template name if none was provided.
Examples
get_cfg_template_name()
#> [1] "config-template.yml"
get_cfg_template_name("conftemplate.yml")
#> [1] "conftemplate.yml"