R/in-step.R
daggle_summary_md.Rd
Write a markdown summary to stdout that daggle captures and stores as a per-step summary file. Viewable via the API.
daggle_summary_md(text)
Character string. Markdown-formatted summary text.
text, invisibly.
text
if (FALSE) { # \dontrun{ daggle_summary_md("## Results\n- 1542 rows processed\n- 3 outliers found") } # }