Title: | UNHCR Templates for R Markdown |
---|---|
Description: | Produce documents compliant with UNHCR brand identity. |
Authors: | Cedric Vidonne [aut, cre], Ahmadou Dicko [aut], Edouard Legoupil [aut], UNHCR [cph] |
Maintainer: | Cedric Vidonne <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.4.9000 |
Built: | 2024-10-21 02:46:25 UTC |
Source: | https://github.com/unhcr-dataviz/unhcrdown |
Format for converting from R Markdown to an UNHCR branded Word simple document
docx_simple(...)
docx_simple(...)
... |
extra parameters to pass to |
Format for converting from R Markdown to an UNHCR branded HTML website
html_page(...)
html_page(...)
... |
extra parameters to pass to |
Format for converting from R Markdown to an UNHCR branded HTML presentation
html_slides(other_css = NULL, ...)
html_slides(other_css = NULL, ...)
other_css |
Add extra css |
... |
extra parameters to pass to |
Function for UNHCR paged report template
paged_report( front_img = NULL, img_to_dark = FALSE, other_css = NULL, toc = TRUE, toc_depth = 2, number_sections = FALSE, ... )
paged_report( front_img = NULL, img_to_dark = FALSE, other_css = NULL, toc = TRUE, toc_depth = 2, number_sections = FALSE, ... )
front_img |
Cover image |
img_to_dark |
Darken cover image |
other_css |
Add extra css |
toc |
Table of content |
toc_depth |
Table of content depth |
number_sections |
Number section headings |
... |
Arguments passed to pagedown::html_paged |
A pagedown report
Function for UNHCR paged simple template
paged_simple(back_html = TRUE, other_css = NULL, number_sections = FALSE, ...)
paged_simple(back_html = TRUE, other_css = NULL, number_sections = FALSE, ...)
back_html |
Back-cover HTML including contact information |
other_css |
Add extra css |
number_sections |
Number section headings |
... |
Arguments passed to pagedown::html_paged |
A pagedown report
Format for converting from R Markdown to an UNHCR branded Powerpoint presentation
pptx_slides(...)
pptx_slides(...)
... |
extra parameters to pass to |