gouvdown HTML document

html_gouv(
  extra_dependencies = list(),
  includes = NULL,
  ...,
  logo = NULL,
  use_gouvdown_fonts = TRUE
)

Arguments

extra_dependencies

Extra dependencies as a list of the html_dependency class objects typically generated by htmltools::htmlDependency().

includes

Named list of additional content to include within the document (typically created using the includes function).

...

Additional arguments passed to rmarkdown::html_document().

logo

a logo available in gouvdown::list_logos() or a file path to image file

use_gouvdown_fonts

Use the fonts provided by the gouvdown.fonts package, if installed.

Value

An R Markdown output format object to be passed to rmarkdown::render().