How to include external graphics in your documents?

I use knitr in conjunction with my work R.

I have external graphics that I would like to include in my knitr HTML document.

I can not find a way to do this. Should I use R Markdown or is there a more specific way to do this?

Thanks for the pointers.

+4
source share
1 answer

Try to label

!['Gauss'](https://goo.gl/eXN77h)

as in this example OpenCPU application .

+5
source

Source: https://habr.com/ru/post/1534075/


All Articles