Initialize a report, warning if a previous version already exists
Arguments
- fileName
name of .md file to reset
See also
Other reporting:
addFigureChunk(),
addTableChunk(),
addTextChunk(),
anchor(),
copyReport(),
getAnchorName(),
getFigurePathsFromReport(),
hasAnchor(),
mergeMarkdownFiles(),
renderReport(),
renderWordReport(),
trimFile()
Examples
if (FALSE) { # \dontrun{
resetReport("report.md")
} # }