goose_make_a_plan: Generate Analysis Plan from Shared Objects

View source: R/goose_essentials.R

goose_make_a_planR Documentation

Generate Analysis Plan from Shared Objects

Description

Reviews all objects shared in the current session and generates a comprehensive, phased analysis plan with specific recommendations.

Usage

goose_make_a_plan(focus = NULL, output_format = "console")

Arguments

focus

Optional focus area: "exploratory", "predictive", "descriptive", "diagnostic"

output_format

Format for the plan: "console", "markdown", "html"

Value

Analysis plan as text or formatted output

Examples

## Not run: 
# Generate comprehensive plan
goose_make_a_plan()

# Focus on predictive modeling
goose_make_a_plan(focus = "predictive")

# Save plan as markdown
goose_make_a_plan(output_format = "markdown")

## End(Not run)


gooseR documentation built on Feb. 6, 2026, 5:07 p.m.