powered by
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.
create_config_template(target_dir, filename = "config.yaml")
Creates configuration file in target_dir
target_dir
location to create the configuration file
optional file name, default is config.yaml
if (interactive()) { dir.create("newapp") create_config_template("newapp") }
Run the code above in your browser using DataLab