jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.
Other
274 stars 61 forks source link

No produce figures in base64 #180

Open walmes opened 9 years ago

walmes commented 9 years ago

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.