Get file paths from a report figure links
Usage
getFigurePathsFromReport(fileName)
Arguments
- fileName
name of .md file to
Value
array of file paths corresponding to figures linked in reports
See also
Other reporting:
addFigureChunk(),
addTableChunk(),
addTextChunk(),
anchor(),
copyReport(),
getAnchorName(),
hasAnchor(),
mergeMarkdownFiles(),
renderReport(),
renderWordReport(),
resetReport(),
trimFile()
Examples
if (FALSE) { # \dontrun{
# Check the figure paths of your report named "report.md"
getFigurePathsFromReport("report.md")
} # }