rmarkdown::output_format_dependency(): An Easier Way to Customize Output Formats for R Markdown | /en/2023/08/output-format-dependency/
rmarkdown::output_format_dependency(): An Easier Way to Customize Output Formats for R Markdown
Traditionally there are two main ways to customize R Markdown output formats: one is to use the options of an existing output format, e.g., set toc: true for html_document; the other is to define a …
👍 1