compileMarkdown {R.rsp} | R Documentation |
Compiles a Markdown file
Description
Compiles a Markdown file to HTML.
Usage
## Default S3 method:
compileMarkdown(filename, path=NULL, ..., outPath=".", header=NULL,
metadata=getMetadata(filename), verbose=FALSE)
Arguments
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 |
Details
The input encoding is based on getOption("encoding")
and
the output encoding is "UTF-8"
(forced by markdownToHTML
).
Value
Returns the pathname of the generated HTML document.
Author(s)
Henrik Bengtsson
See Also
Internally, markdownToHTML
is used.
[Package R.rsp version 0.45.0 Index]