multiKnit | R Documentation |
This function is a convenient wrapper around knitr::knit()
as it
automatically converts multiple R Markdown files (.Rmd
) located in a
specified folder (and, optionally, matching a particular pattern) to standard
Markdown (.md
).
multiKnit(path_in = ".", path_out = path_in, pattern = "*.Rmd$", ...)
path_in |
Input file path as |
path_out |
Output file path as |
pattern |
Passed to |
... |
Additional arguments passed to |
Output filenames as character
.
Florian Detsch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.