Writes a narrative (or list of narratives) to a plain text file.
Examples
if (FALSE) { # \dontrun{
# Export single narrative
export_narrative(narrative, "endpoint_os.txt")
# Export multiple narratives
narratives <- list(os = narrative_os, pfs = narrative_pfs)
export_narrative(narratives, "all_narratives.txt")
} # }
