Skip to contents

Add a text chunk to a .md document

Usage

addTextChunk(fileName, text)

Arguments

fileName

name of .md file

text

text to include in the document

Examples

if (FALSE) {
resetReport("report.md")
addTextChunk(fileName = "report.md", text = "new text")
}