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
19
File: zzz_onload.R, author: jhudsl, license: GNU General Public License v3.0
.onAttach < - function(libname, pkgname) {
if (requireNamespace("knitr", quietly = TRUE)) {
knitr::knit_engines$set(speak = tts_speak_engine)
}
}