powered by
Build an audience profile (beginner / applied / advanced) with optional summary-only mode
trainer_core_audience_profile( audience = c("beginner", "applied", "advanced"), alpha = 0.05, summary_only = FALSE )
List with flags, tone, and guardrails: - audience, summary_only, tone - show_verbatim, show_diagnostics - include_df, include_equations - max_bullets, max_words_takeaway - guard, alpha_round
Character: one of c("beginner","applied","advanced").
Numeric alpha (only to instruct the LLM; no computation).
Logical; if TRUE, enforce a short 3-bullet executive summary regardless of audience depth.
trainer_core_audience_profile("applied", 0.05, summary_only = FALSE)
Run the code above in your browser using DataLab