Skip to contents

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

Examples

if (FALSE) { # \dontrun{
# Check the figure paths of your report named "report.md"
getFigurePathsFromReport("report.md")
} # }