Marc Kupietz | a39d0cc | 2024-05-31 12:45:45 +0200 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/posterdown_html.R |
| 3 | \name{posterdown_ids} |
| 4 | \alias{posterdown_ids} |
| 5 | \title{Posterdown IDS-CD based on HTML format (using pagedown::poster_relaxed)} |
| 6 | \usage{ |
| 7 | posterdown_ids( |
| 8 | ..., |
| 9 | template = find_resource("posterdown_ids", "template.html"), |
| 10 | css = NULL |
| 11 | ) |
| 12 | } |
| 13 | \arguments{ |
| 14 | \item{...}{Additional arguments to \code{rmarkdown::html_document}} |
| 15 | } |
| 16 | \value{ |
| 17 | R Markdown output format to pass to |
| 18 | \code{\link[rmarkdown:render]{rmarkdown::render()}} |
| 19 | } |
| 20 | \description{ |
| 21 | The output format \code{posterdown_ids()} mimics the IDS Mannheim |
| 22 | corporate design posters. |
| 23 | } |
| 24 | \examples{ |
| 25 | \donttest{ |
| 26 | file <- file.path(tempdir(),"foo.rmd") |
| 27 | rmarkdown::draft(file, template="posterdown_ids", package="posterdown.ids") |
| 28 | } |
| 29 | |
| 30 | } |