blob: 610d4419d5dfe84e999d58a9ee24007d78ebb5e4 [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}
5\title{Posterdown HTML format (using bookdown::html_document2)}
6\usage{
7posterdown_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{
18R Markdown output format to pass to
19 \code{\link[rmarkdown:render]{render}}
20}
21\description{
22Posterdown HTML format (using bookdown::html_document2)
23}
24\examples{
25
26\dontrun{
27library(rmarkdown)
28draft("MyArticle.Rmd", template = "posterdown_html", package = "posterdown")
29}
30}