rmdx_html: Rmdx HTML document format

Description Usage Arguments Details Value Examples

View source: R/rmdx_html.R

Description

\lifecycle

stable

Usage

1
2
3
4
5
6
7
8
9
rmdx_html(
  toc = TRUE,
  number_sections = TRUE,
  highlight = "espresso",
  footer_name = "Daniel E. de la Rosa",
  footer_copy = "left",
  df_print = "paged",
  ...
)

Arguments

toc

logical See html_document

number_sections

logical See html_document

highlight

character See html_document

footer_name

character author name to be included in footer

footer_copy

character much be 'left' or 'right'

df_print

character See html_document

...

arguments to be passed to html_document2

Details

This format is based in html_document2.

Value

An R Markdown output format object to be passed to render

Examples

1
2
3
4
5
6
7
## Not run: 
---
...
output: Rmdx::rmdx_html
---

## End(Not run)

drdsdaniel/Rmdx documentation built on Nov. 8, 2021, 2:39 a.m.