Render Rmd directly in Opal via API
Details
Customize knit function in the Rmd file using the following YAML setting
after the word knit knit: rqti::render_opal.
Examples
if (FALSE) { # interactive()
file <- system.file(
"rmarkdown/templates/singlechoice-simple/skeleton/skeleton.Rmd",
package='rqti'
)
render_opal(file)
}