Skip to contents

Write a markdown summary to stdout that daggle captures and stores as a per-step summary file. Viewable via the API.

Usage

daggle_summary_md(text)

Arguments

text

Character string. Markdown-formatted summary text.

Value

text, invisibly.

Examples

if (FALSE) { # \dontrun{
daggle_summary_md("## Results\n- 1542 rows processed\n- 3 outliers found")
} # }