Learn R Programming

posterdown (version 1.0)

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

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

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

Run this code
# NOT RUN {
file <- file.path(tempdir(),"foo.rmd")
rmarkdown::draft(file, template="posterdown_html", package="posterdown")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab