posterdown_html {iheiddown} | R Documentation |
Posterdown inspired HTML posters
Description
These functions render different versions of the original {posterdown}
templates with a little IHEID twist to them. All exports are in HTML format.
You can save them by printing them to PDF via a modern browser.
The output format poster_betterland()
mimics the style of the
BetterPoster movement from twitter with an IHEID twist.
The output format poster_betterport()
mimics the style of the
BetterPoster movement from twitter with an IHEID twist.
Usage
iheiddown_poster(
...,
template = system.file("rmarkdown", "templates", "iheiddown_poster", "resources",
"template.html", package = "iheiddown"),
css = NULL
)
iheiddown_betterland(
...,
template = system.file("rmarkdown", "templates", "iheiddown_betterland", "resources",
"template.html", package = "iheiddown"),
css = NULL
)
iheiddown_betterport(
...,
template = system.file("rmarkdown", "templates", "iheiddown_betterport", "resources",
"template.html", package = "iheiddown"),
css = NULL
)
Arguments
... |
Additional arguments to |
template |
Additional argument passed to |
css |
Additional argument passed to |
Value
R Markdown output format to pass to
rmarkdown::render()
Source
Examples
## Not run:
file <- file.path(tempdir(),"foo.rmd")
rmarkdown::draft(file, template="iheiddown_poster", package="iheiddown")
## End(Not run)
[Package iheiddown version 0.9.7 Index]