create_pdf_header: Create pdf header.tex file

Description Usage Arguments

View source: R/create_pdf_header.R

Description

Create pdf header.tex file

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
create_pdf_header(
  author = "Author",
  title = "Title",
  description = "Description",
  email = "email@email.com",
  slogan = "R report",
  created_on = "Created on",
  bg = "Background_dark_topdown_ThinkR.png",
  bg.title = "Background_Title_dark_ThinkR.png",
  link.col = "blue",
  section.color = "forestgreen",
  main.col = "#192ac7",
  out.header = file.path(tempdir(), "header.tex"),
  company = "Company",
  company_url = "https://company.fr"
)

Arguments

author

Name of the author of the report

title

Title of the report

description

Short description of the report

email

Email for contact

slogan

Sentence that

created_on

Allow translation for "Created on"

bg

path to PNG image used a main background

bg.title

path to PNG image used a Report Title background

link.col

Color in the R language (name or hex)

section.color

Color of section titles

main.col

Color of the title on the title page and Company name in header

out.header

Path where to save header.tex

company

company name

company_url

company_url


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