Skip to contents

Write the configuration template to file

Usage

write_cfg_template(template_dir_name = NULL, template_name = NULL, cfg = NULL)

Arguments

template_dir_name

A character string: the name of the config template sub-directory or NULL for the default. Default: 'config'

template_name

A character string: the name of the config template file or NULL for the default. Default: The name returned by get_cfg_template_name()

cfg

A list of nested lists, with 'leaf' nodes specifying configuration values. Default: The template config returned by generate_cfg_template()

Value

NULL (invisibly)

Examples

write_cfg_template()