Learn R Programming

gooseR (version 0.1.2)

goose_create_brand: Create a new brand configuration interactively

Description

Create a new brand configuration interactively

Usage

goose_create_brand(brand_name = NULL, template = "default", interactive = TRUE)

Value

Path to created brand configuration

Arguments

brand_name

Name for the new brand

template

Template to use (default: "default")

interactive

Use interactive prompts (default: TRUE)

Examples

Run this code
if (FALSE) {
goose_create_brand("my_company")
}

Run the code above in your browser using DataLab