Learn R Programming

gooseR (version 0.1.2)

goose_make_a_plan: 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")

Value

Analysis plan as text or formatted output

Arguments

focus

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

output_format

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

Examples

Run this code
if (FALSE) {
# 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")
}

Run the code above in your browser using DataLab