pdf_headerfooter: Create header and footer of the pages

Description Usage Arguments

View source: R/create_pdf_header.R

Description

Create header and footer of the pages

Usage

1
2
3
4
5
6
7
8
pdf_headerfooter(
  author,
  email,
  slogan = "R report",
  created_on = "Created on",
  company = "ThinkR",
  company_url = "https://thinkr.fr"
)

Arguments

author

Name of the author of the report

email

Email for contact

slogan

Sentence that

created_on

Allow translation for "Created on"

company

company name

company_url

company_url


statnmap/pdfreport documentation built on Feb. 28, 2021, 6:43 a.m.