View source: R/goose_essentials.R
| goose_make_a_plan | R Documentation |
Reviews all objects shared in the current session and generates a comprehensive, phased analysis plan with specific recommendations.
goose_make_a_plan(focus = NULL, output_format = "console")
focus |
Optional focus area: "exploratory", "predictive", "descriptive", "diagnostic" |
output_format |
Format for the plan: "console", "markdown", "html" |
Analysis plan as text or formatted output
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.