goose_create_report: Create RMarkdown Report with AI

View source: R/quarto_integration.R

goose_create_reportR Documentation

Create RMarkdown Report with AI

Description

Generate a complete RMarkdown report

Usage

goose_create_report(
  title,
  data = NULL,
  analysis_type = "exploratory",
  output_file = NULL
)

Arguments

title

Report title

data

Data frame to analyze

analysis_type

Type of analysis

output_file

Output file path

Value

Path to created report


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