When trying to add an image using 
, I get the error:
pandoc.exe: Could not fetch screenshot.png
screenshot.png: openBinaryFile: does not exist (No such file or directory)
Error: pandoc document conversion failed with error 67
In addition: Warning message:
running command '"C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS README.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output README.html --smart --email-obfuscation none --self-contained --standalone --section-divs --template "C:\Users\safety\Documents\R\win-library\3.4\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --variable "theme:bootstrap" --include-in-header "C:\Users\safety\AppData\Local\Temp\RtmpiQHMmI\rmarkdown-strd4838453ffe.html" --mathjax --variable "mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"' had status 67
Execution halted
The image file is in the same directory as the rmd file so I don't know what could be the problem.