addTextChunk: addTextChunk

View source: R/utilities-writing-report.R

addTextChunkR Documentation

addTextChunk

Description

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

See Also

Other reporting: addFigureChunk(), addTableChunk(), anchor(), copyReport(), getAnchorName(), getFigurePathsFromReport(), hasAnchor(), mergeMarkdownFiles(), renderReport(), renderWordReport(), resetReport()

Examples

## Not run: 
resetReport("report.md")
addTextChunk(fileName = "report.md", text = "new text")

## End(Not run)


Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on March 24, 2024, 10:18 a.m.