md_document {Rd2md} | R Documentation |
Output Format Markdown
Description
Specifies markdown output format parameters.
Usage
md_document(
file_ext = ".md",
section_level = 1,
date_format = "%F",
toc = FALSE
)
Arguments
file_ext |
File extension, if default output_file name |
section_level |
Initial section level, subsection level |
date_format |
See |
toc |
Currently not implemented. If table of contents should be included in reference manual. |
[Package Rd2md version 1.0.1 Index]