Learn R Programming

shinyExprPortal (version 1.2.1)

create_config_template: Create a bare-bones configuration file template

Description

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")

Value

Creates configuration file in target_dir

Arguments

target_dir

location to create the configuration file

filename

optional file name, default is config.yaml

Examples

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

Run the code above in your browser using DataLab