blob: 8c9f7fe483d0628ff026e4012b77c30dbe3f1b91 [file] [log] [blame]
brentthorne275dbbe2019-02-05 13:31:30 -05001% 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}
brentthorne75828bf2019-04-07 23:37:15 -04005\alias{posterdown_betterland}
brentthorne275dbbe2019-02-05 13:31:30 -05006\title{Posterdown HTML format (using bookdown::html_document2)}
7\usage{
8posterdown_html(..., template = find_resource("posterdown_html",
9 "template.html"), css = NULL)
brentthorne75828bf2019-04-07 23:37:15 -040010
11posterdown_betterland(...,
12 template = find_resource("posterdown_betterland", "template.html"),
13 css = NULL)
brentthorne275dbbe2019-02-05 13:31:30 -050014}
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{
23R Markdown output format to pass to
24 \code{\link[rmarkdown:render]{render}}
25}
26\description{
brentthorne75828bf2019-04-07 23:37:15 -040027The output format \code{poster_betterland()} mimics the style of the
28\dQuote{BetterPoster} movement from twitter.
brentthorne275dbbe2019-02-05 13:31:30 -050029}
30\examples{
31
32\dontrun{
33library(rmarkdown)
34draft("MyArticle.Rmd", template = "posterdown_html", package = "posterdown")
35}
36}