posterdown_html {posterdown} | R Documentation |
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 |
template |
See |
css |
See |
Value
R Markdown output format to pass to
rmarkdown::render()
Examples
file <- file.path(tempdir(),"foo.rmd")
rmarkdown::draft(file, template="posterdown_html", package="posterdown")
[Package posterdown version 1.0 Index]