html_gouv: gouvdown HTML document

View source: R/html_gouv.R

html_gouvR Documentation

gouvdown HTML document

Description

gouvdown HTML document

Usage

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().


spyrales/gouvdown documentation built on Dec. 3, 2023, 3:25 a.m.