Quickly and easily generate R Markdown documents from an R script. Combine any number of R scripts into a single R Markdown document.
1 2 | autoMarkdown(filename, rmdfile = NULL, quiet = TRUE, render = FALSE,
overwrite = FALSE, divider = "#'#")
|
filename |
Either a single, or vector of, R script filenames in the order which you wish them to be written to R Markdown |
rmdfile |
The name of the rmdfile to write to, with the |
quiet |
The default is |
render |
Automatically render the resulting R Markdown document |
overwrite |
If |
divider |
A unique character used to identify where the user wishes to split their script into separate code chunks and comment sections |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.