create_header_html_gouv: create html_gouv bootstrap header

View source: R/html_gouv.R

create_header_html_gouvR Documentation

create html_gouv bootstrap header

Description

create html_gouv bootstrap header

Usage

create_header_html_gouv(
  logo = NULL,
  file = logo_file_path(logo),
  output = "header.html"
)

Arguments

logo

Name of a logo available in gouvdown. The list of available logos can be obtained with list_logos().

file

Path to a png file.

output

name of the header. The logo is copied in an 'www' subfolder

Value

an html file

Examples

create_header_html_gouv(logo = "gouvernement")

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