Skip to contents

The resulting file contain placeholder text in upper case for you to edit according to your needs. It also includes the three correlation modules by default.

Usage

create_config_template(target_dir, filename = "config.yaml")

Arguments

target_dir

location to create the configuration file

filename

optional file name, default is config.yaml

Value

Creates configuration file in target_dir

Examples

if (interactive()) {
    dir.create("newapp")
    create_config_template("newapp")
}