posterdown_html: Posterdown HTML format (using pagedown::poster_relaxed)

Description Usage Arguments Value Examples

View source: R/posterdown_html.R

Description

The output format poster_betterland() mimics the style of the BetterPoster movement from twitter.

The output format poster_betterport() mimics the style of the BetterPoster movement from twitter.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
posterdown_html(..., template = find_resource("posterdown_html",
  "template.html"), css = NULL)

posterdown_betterland(...,
  template = find_resource("posterdown_betterland", "template.html"),
  css = NULL)

posterdown_betterport(...,
  template = find_resource("posterdown_betterport", "template.html"),
  css = NULL)

Arguments

...

Additional arguments to rmarkdown::html_document

template

See html_paged().

css

See html_paged().

Value

R Markdown output format to pass to rmarkdown::render()

Examples

1
2
file <- file.path(tempdir(),"foo.rmd")
rmarkdown::draft(file, template="posterdown_html", package="posterdown")

posterdown documentation built on Oct. 9, 2019, 5:04 p.m.