Title: | Openvolley Pagedown Templates |
---|---|
Description: | Pagedown templates for the Openvolley project. |
Authors: | Ben Raymond [aut, cre], Adrien Ickowicz [aut], openvolley.org [org] |
Maintainer: | Ben Raymond <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2024-10-23 02:58:24 UTC |
Source: | https://github.com/openvolley/ovpaged |
Posterdown HTML format (using pagedown::poster_relaxed)
poster( ..., template = pkg_resource("html", "template_poster.html"), css = NULL )
poster( ..., template = pkg_resource("html", "template_poster.html"), css = NULL )
... |
Additional arguments to |
template |
string: as for |
css |
string: additional css |
R Markdown output format to pass to
rmarkdown::render()
## Not run: myfile <- tempfile(fileext = ".Rmd") rmarkdown::draft(myfile, template = "poster", package = "ovpaged") ## End(Not run)
## Not run: myfile <- tempfile(fileext = ".Rmd") rmarkdown::draft(myfile, template = "poster", package = "ovpaged") ## End(Not run)
Simple paged report template
simple( css = NULL, orientation = "portrait", autolink_bare_uris = FALSE, striped = TRUE, auto_table_breaks = TRUE, hide_page_numbers = FALSE, ... ) plain( css = NULL, autolink_bare_uris = FALSE, striped = TRUE, auto_table_breaks = TRUE, ... )
simple( css = NULL, orientation = "portrait", autolink_bare_uris = FALSE, striped = TRUE, auto_table_breaks = TRUE, hide_page_numbers = FALSE, ... ) plain( css = NULL, autolink_bare_uris = FALSE, striped = TRUE, auto_table_breaks = TRUE, ... )
css |
string: additional css |
orientation |
string: "portrait" or "landscape" (experimental) |
autolink_bare_uris |
logical: if |
striped |
logical: if |
auto_table_breaks |
logical: if |
hide_page_numbers |
logical: if |
... |
: passed to |
A pagedown template