brentthorne | 275dbbe | 2019-02-05 13:31:30 -0500 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/posterdown_html.R |
| 3 | \name{posterdown_html} |
| 4 | \alias{posterdown_html} |
| 5 | \title{Posterdown HTML format (using bookdown::html_document2)} |
| 6 | \usage{ |
| 7 | posterdown_html(..., template = find_resource("posterdown_html", |
| 8 | "template.html"), css = NULL) |
| 9 | } |
| 10 | \arguments{ |
| 11 | \item{...}{Additional arguments to \code{rmarkdown::html_document}} |
| 12 | |
| 13 | \item{template}{See \code{\link{html_paged}()}.} |
| 14 | |
| 15 | \item{css}{See \code{\link{html_paged}()}.} |
| 16 | } |
| 17 | \value{ |
| 18 | R Markdown output format to pass to |
| 19 | \code{\link[rmarkdown:render]{render}} |
| 20 | } |
| 21 | \description{ |
| 22 | Posterdown HTML format (using bookdown::html_document2) |
| 23 | } |
| 24 | \examples{ |
| 25 | |
| 26 | \dontrun{ |
| 27 | library(rmarkdown) |
| 28 | draft("MyArticle.Rmd", template = "posterdown_html", package = "posterdown") |
| 29 | } |
| 30 | } |