posterdown_html | R Documentation |
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.
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 )
... |
Additional arguments to |
template |
Additional argument passed to |
css |
Additional argument passed to |
R Markdown output format to pass to
rmarkdown::render()
## Not run: file <- file.path(tempdir(),"foo.rmd") rmarkdown::draft(file, template="iheiddown_poster", package="iheiddown") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.