Description Usage Arguments Details Value
Helper functions to include a (R)markdown documents in another Rmarkdown document
1 | rmd_child(path)
|
path |
Path to the (R)md file. |
rmd_child() helps include an Rmarkdown document as a child. You can use
it likes this:
1 2 | ```{r child = rmd2rd::rmd_child("another.Rmd)}
```
|
The path of the transformed Rmd child document.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.