
Last chance! 50% off unlimited learning
Sale ends in
Compose a pandoc markdown input definition for R Markdown that can be
passed as the from
argument of pandoc_options.
rmarkdown_format(extensions = NULL)from_rmarkdown(implicit_figures = TRUE, extensions = NULL)
Markdown extensions to be added or removed from the default definition of R Markdown.
Automatically make figures from images (defaults to TRUE
).
Pandoc markdown format specification
By default R Markdown is defined as all pandoc markdown extensions with the following tweaks for backward compatibility with the markdown package (+ features are added, - features are removed):
+autolink_bare_uris |
+ascii_identifier |
+tex_math_single_backslash |
For more on pandoc markdown see the pandoc online documentation.
# NOT RUN {
rmarkdown_format("-implicit_figures")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab