add_narrative.RdUse this for the sections a Reviewer's Guide cannot mechanise: study background, rationale for non-standard decisions, and similar prose.
add_narrative(guide, title, text)A reviewerguider_guide object (see guide_spec()).
Section heading, e.g. "Introduction".
Narrative text (a single string; use "\n\n" for paragraph
breaks).
guide with the new narrative section appended.
guide <- guide_spec("CDISCPILOT01", type = "sdrg")
add_narrative(guide, "Introduction", "This SDRG accompanies the CDISCPILOT01 SDTM submission.")
#>
#> ── CDISCPILOT01 reviewer's guide (SDRG) ────────────────────────────────────────
#> ℹ 1 section(s)
#> ✔ [narrative] Introduction - 55 char(s)