Learn R Programming

gooseR (version 0.1.2)

goose_create_brand_ai: Create Brand with AI Assistance

Description

Enhanced brand creation with AI-powered suggestions for colors and typography.

Usage

goose_create_brand_ai(
  brand_name,
  industry = NULL,
  style = NULL,
  use_ai = TRUE,
  output_dir = NULL
)

Value

Path to created brand configuration

Arguments

brand_name

Name of the brand

industry

Optional industry context for better suggestions

style

Optional style preference (e.g., "modern", "classic", "playful")

use_ai

Whether to use AI for suggestions (requires goose_ask)

output_dir

Directory to save brand configuration

Examples

Run this code
if (FALSE) {
# Create brand with AI assistance
goose_create_brand_ai("TechStartup", 
                     industry = "fintech",
                     style = "modern")
}

Run the code above in your browser using DataLab