R.rsp (version 0.9.28)

compileMarkdown: Compiles a Markdown file

Description

Compiles a Markdown file to HTML.

Usage

## S3 method for class 'default':
compileMarkdown(filename, path=NULL, ..., outPath=".", verbose=FALSE)

Arguments

filename, path
The filename and (optional) path of the Markdown document to be compiled.
...
Additional arguments passed to markdownToHTML.
outPath
The output and working directory.
verbose
See Verbose.

Value

  • Returns (invisibly) the pathname of the generated HTML document.

See Also

Internally, markdownToHTML is used.