knitr-knit_enginesset

Here are the examples of the r api knitr-knit_enginesset taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

 .onAttach  < - function(libname, pkgname) { 

     if (requireNamespace("knitr", quietly = TRUE)) { 

         knitr::knit_engines$set(speak = tts_speak_engine) 

     } 

 } 

Categories r Tags