Streamline your document creation process with the {unhcrdown}
R
package. It provides a comprehensive set of templates designed to align
your reports and presentations with UNHCR’s brand guidelines. This
package offers ready-to-use R Markdown templates for various document
types, ensuring consistent UNHCR visual identity across your
communications.
Get started by installing the development version from GitHub with:
# If pak is not yet installed, uncomment the following line:
# install.packages("pak")
pak::pkg_install("unhcr-dataviz/unhcrdown")
The {unhcrdown}
templates are designed for R Markdown projects, any of
the available format can simply be added to output
parameter of the R
Markdown yaml
header. For example:
---
title: "UNHCR Branded Report"
author: "First Last Name"
date: "`r Sys.Date()`"
output: unhcrdown::paged_report
---
yaml
output: unhcrdown::paged_report # Full template with cover
# or
output: unhcrdown::paged_simple # Streamlined version
officedown::rdocx_document
yaml
output: unhcrdown::docx_simple
yaml
output: unhcrdown::pptx_slides
yaml
output: unhcrdown::html_slides
yaml
output: unhcrdown::html_page
Create new documents directly from RStudio:
{unhcrdown}
templateWe extend our gratitude to the creators of the
pagedown
package that
influenced the development of unhcrdown
.
Contributions to {unhcrdown}
are highly valued. To ensure a welcoming
and inclusive community, we follow our Contributor Code of
Conduct.
If you have suggestions, uncover bugs, or envision new features, kindly
submit an issue on
GitHub.
This package is distributed under the MIT License.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.