Omni Paged PDF Report
Usage
pdf_report(
main_font = NULL,
secondary_font = NULL,
background_cover_image = NULL,
background_color = NULL,
primary_font_color = NULL,
remove_logo = FALSE,
remove_cover_page = FALSE,
...
)
Arguments
- main_font
Main font
- secondary_font
Secondary font
- background_cover_image
Image to use for the background in the cover page. It must be one of (case insensitive): `c("01-yellow", "02-teal", "03-orangered", "06-teal", "07-periwinkle", "07-olive", "08-plum")`.
- background_color
Background color of the document
- primary_font_color
Primary color, mostly used in titles.
- remove_logo
Whether to remove Omni logos from the document.
- remove_cover_page
Whether to remove the cover page.
- ...
Additional arguments passed to `pagedown::html_paged()`