Add a text chunk to a .md document
Examples
if (FALSE) { # \dontrun{
resetReport("report.md")
addTextChunk(fileName = "report.md", text = "new text")
} # }
Add a text chunk to a .md document
if (FALSE) { # \dontrun{
resetReport("report.md")
addTextChunk(fileName = "report.md", text = "new text")
} # }