Pagedown templates for the Openvolley project. Inspiration taken (and some code borrowed) from pagedown, pagedreport.
Features:
- automatically breaks long tables across pages, with table headers repeated on each new page
options(repos = c(openvolley = "https://openvolley.r-universe.dev",
CRAN = "https://cloud.r-project.org"))
install.packages("ovpaged")
## or
## install.packages("remotes") ## if needed
remotes::install_github("openvolley/ovpaged")
YAML options:
---
title: "Title of the report"
output:
ovpaged::simple:
toc: false
auto_table_breaks: true
striped: true
---
Additional YAML options:
subtitle: "Subtitle of the report"
author: "Author Name"
date: "`r Sys.Date()`"
google-font: true
main-font: EB Garamond
header-font: Architects Daughter
base-font-size: 18pt
header-image: "`r knitr::image_uri(my_image_file)`"
header-background-colour: red
header-title: Title for the header block
Include google-font: true
if main-font
and title-font
are Google
fonts.