Learn R Programming

pagedown (version 0.21)

thesis_paged: Create a paged HTML thesis document suitable for printing

Description

This output format is similar to html_paged. The only difference is in the default stylesheets and Pandoc template. See https://pagedown.rbind.io/thesis-paged/ for an example.

Usage

thesis_paged(
  ...,
  css = c("thesis"),
  template = pkg_resource("html", "thesis.html")
)

Value

An R Markdown output format.

Arguments

..., css, template

Arguments passed to html_paged().