Description Usage Arguments Value Examples
View source: R/posterdown_html.R
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.
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)
|
... |
Additional arguments to |
template |
See |
css |
See |
R Markdown output format to pass to
rmarkdown::render()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.