rmd_child: Helper functions to include a (R)markdown documents in...

Description Usage Arguments Details Value

View source: R/include.R

Description

Helper functions to include a (R)markdown documents in another Rmarkdown document

Usage

1
rmd_child(path)

Arguments

path

Path to the (R)md file.

Details

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)}
```

Value

The path of the transformed Rmd child document.


gaborcsardi/rmd2rd documentation built on Nov. 4, 2019, 1:01 p.m.