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} |
brentthorne | 75828bf | 2019-04-07 23:37:15 -0400 | [diff] [blame^] | 5 | \alias{posterdown_betterland} |
brentthorne | 275dbbe | 2019-02-05 13:31:30 -0500 | [diff] [blame] | 6 | \title{Posterdown HTML format (using bookdown::html_document2)} |
| 7 | \usage{ |
| 8 | posterdown_html(..., template = find_resource("posterdown_html", |
| 9 | "template.html"), css = NULL) |
brentthorne | 75828bf | 2019-04-07 23:37:15 -0400 | [diff] [blame^] | 10 | |
| 11 | posterdown_betterland(..., |
| 12 | template = find_resource("posterdown_betterland", "template.html"), |
| 13 | css = NULL) |
brentthorne | 275dbbe | 2019-02-05 13:31:30 -0500 | [diff] [blame] | 14 | } |
| 15 | \arguments{ |
| 16 | \item{...}{Additional arguments to \code{rmarkdown::html_document}} |
| 17 | |
| 18 | \item{template}{See \code{\link{html_paged}()}.} |
| 19 | |
| 20 | \item{css}{See \code{\link{html_paged}()}.} |
| 21 | } |
| 22 | \value{ |
| 23 | R Markdown output format to pass to |
| 24 | \code{\link[rmarkdown:render]{render}} |
| 25 | } |
| 26 | \description{ |
brentthorne | 75828bf | 2019-04-07 23:37:15 -0400 | [diff] [blame^] | 27 | The output format \code{poster_betterland()} mimics the style of the |
| 28 | \dQuote{BetterPoster} movement from twitter. |
brentthorne | 275dbbe | 2019-02-05 13:31:30 -0500 | [diff] [blame] | 29 | } |
| 30 | \examples{ |
| 31 | |
| 32 | \dontrun{ |
| 33 | library(rmarkdown) |
| 34 | draft("MyArticle.Rmd", template = "posterdown_html", package = "posterdown") |
| 35 | } |
| 36 | } |