Learn R Programming

EnTraineR (version 1.0.0)

trainer_core_summary_only_block: Utility: render a standard 3-bullet summary-only instruction

Description

Utility: render a standard 3-bullet summary-only instruction

Usage

trainer_core_summary_only_block(
  words_limit = 50,
  bullets = 3,
  label = "the analysis"
)

Value

Character instruction block.

Arguments

words_limit

Integer maximum total words (default 50).

bullets

Integer number of bullets (default 3).

label

Character label to include (e.g., the test name).

Examples

Run this code
cat(trainer_core_summary_only_block(50, 3, "t-test"))

Run the code above in your browser using DataLab