goose_create_report: Create RMarkdown Report with AI
Description
Generate a complete RMarkdown report
Usage
goose_create_report(
title,
data = NULL,
analysis_type = "exploratory",
output_file = NULL
)
Value
Path to created report
Arguments
- title
Report title
- data
Data frame to analyze
- analysis_type
Type of analysis
- output_file
Output file path