4

I have been using knitr in conjunction with my R work.

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

I can't seem to find a method to do so. Should I use R Markdown or is there a more knitr-specific manner to do this?

Thanks for the pointers.

tumultous_rooster
  • 12,150
  • 32
  • 92
  • 149

1 Answers1

5

Try the notation

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

as in this OpenCPU example app.

Robert Krzyzanowski
  • 9,294
  • 28
  • 24