Generating reproducible conference posters using posterdown and rmarkdown

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

This document is intended to be an introduction to using the {posterdown} package in order to generate a reproducible conference poster. The intent of this package is to allow for simple, clean, and production ready templates that can be customized as needed.

Getting Started

To generate a blank poster document add the following to your .Rmd file:

---
output:
  posterdown::posterdown_html
---


Try the posterdown package in your browser

Any scripts or data that you put into this service are public.

posterdown documentation built on Oct. 9, 2019, 5:04 p.m.