powered by
The output format poster_betterland() mimics the style of the BetterPoster movement from twitter.
poster_betterland()
The output format poster_betterport() mimics the style of the BetterPoster movement from twitter.
poster_betterport()
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)
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 rmarkdown::html_document
rmarkdown::html_document
See html_paged().
html_paged()
R Markdown output format to pass to rmarkdown::render()
rmarkdown::render()
# 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