powered by
Set global formatting options for gooseR
goose_format_options( auto_format = TRUE, width = 80, color = TRUE, code_highlight = TRUE )
Logical, automatically format all AI responses
Line width for text wrapping
Use colored output
Highlight code blocks
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