View source: R/knit_tutorials.R
knit_tutorials | R Documentation |
We define "testing" a tutorial as (successfully) running
render()
on it. This function renders all the tutorials provided in
tutorial_paths
. There is no check to see if the rendered file looks OK.
If a tutorial fails to render, then (we assume!) an error will be generated
which will then filter up to our testing rig.
knit_tutorials(tutorial_paths)
tutorial_paths |
Character vector of the paths to the tutorials to be knitted. |
No return value, called for side effects.
knit_tutorials(tutorial_paths = return_tutorial_paths("tutorial.helpers"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.