Learn R Programming

EnTraineR (version 1.0.0)

trainer_core_audience_profile: Build an audience profile (beginner / applied / advanced) with optional summary-only mode

Description

Build an audience profile (beginner / applied / advanced) with optional summary-only mode

Usage

trainer_core_audience_profile(
  audience = c("beginner", "applied", "advanced"),
  alpha = 0.05,
  summary_only = FALSE
)

Value

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

Arguments

audience

Character: one of c("beginner","applied","advanced").

alpha

Numeric alpha (only to instruct the LLM; no computation).

summary_only

Logical; if TRUE, enforce a short 3-bullet executive summary regardless of audience depth.

Examples

Run this code
trainer_core_audience_profile("applied", 0.05, summary_only = FALSE)

Run the code above in your browser using DataLab