How to import local image using knitr for markdown
If you already have a local image, you can just use the HTML or markdown syntax to include it in your document. HTML syntax is <img src="path/to/your/image" />
and markdown is ![title](path/to/your/image)
.