Learn R Programming

gooseR (version 0.1.2)

goose_format_options: Set global formatting options for gooseR

Description

Set global formatting options for gooseR

Usage

goose_format_options(
  auto_format = TRUE,
  width = 80,
  color = TRUE,
  code_highlight = TRUE
)

Arguments

auto_format

Logical, automatically format all AI responses

width

Line width for text wrapping

color

Use colored output

code_highlight

Highlight code blocks

Examples

Run this code
if (FALSE) {
# Enable auto-formatting for all AI responses
goose_format_options(auto_format = TRUE, width = 100)

# Disable colors for plain text output
goose_format_options(color = FALSE)
}

Run the code above in your browser using DataLab