md_document(variant = "markdown_strict", preserve_yaml = FALSE,
toc = FALSE, toc_depth = 3, fig_width = 7, fig_height = 5,
fig_retina = NULL, dev = "png", includes = NULL, pandoc_args = NULL)
TRUE
to include a table of contents in the outputNULL
which performs no scaling. A setting of 2 will work for all
widely used retina displays, but will also result in the output of
![]()
tags rather than markdown images includes
function).render
R Markdown documents also support citations. You can find more information on
the markdown syntax for citations within the pandoc documentation on
library(rmarkdown)
render("input.Rmd", md_document())
render("input.Rmd", md_document(variant = "github_flavored_markdown"))
Run the code above in your browser using DataLab