Description Usage Arguments Value Examples
This is the equivalent of the source()
function for Rmd files or
their resulting asts.
1 |
x |
An Rmd document (e.g. |
local |
|
... |
Additional arguments passed to |
label_comment |
Attach chunk labels as comment before each code block. |
use_eval |
Use the |
Returns the result of source()
for any R code chunks.
1 | rmd_source(system.file("minimal.Rmd", package = "parsermd"), echo=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.