| compileMarkdown {R.rsp} | R Documentation |
Compiles a Markdown file to HTML.
## Default S3 method: compileMarkdown(filename, path=NULL, ..., outPath=".", header=NULL, metadata=getMetadata(filename), verbose=FALSE)
filename, path |
The filename and (optional) path of the Markdown document to be compiled. |
... |
Additional arguments passed to |
outPath |
The output and working directory. |
header |
|
metadata |
A named |
verbose |
See |
Returns the pathname of the generated HTML document.
Henrik Bengtsson
Internally, markdownToHTML is used.