View source: R/create_config.R
create_config_template | R Documentation |
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")
target_dir |
location to create the configuration file |
filename |
optional file name, default is config.yaml |
Creates configuration file in target_dir
if (interactive()) {
dir.create("newapp")
create_config_template("newapp")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.