jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No produce figures in base64

walmes opened this issue · comments

Hi. I'm using knitrBootstrap a few days and I'm looking for a away to non produce figures in base64. When using knitr::knit(), it is simple. I use this

http://stackoverflow.com/questions/14870589/knitr-r-how-not-to-embed-images-in-the-html-file

But with rmarkdown::render( , output_format="knitrBootstrap::bootstrap_document") I didn't find anything useful until now. Is this feature already implemented? There is a way to achieve this? Thanks.