Skip to contents

Create documents

Helper functions to set up a new template directory with all required files.

create_rmd_doc()
Create a new directory with the R Markdown template
create_quarto_doc()
Create a new directory with the Quarto template

R Markdown output formats

Output format functions for use in the YAML header of .Rmd files.

html_doc()
Convert to a simple HTML document
pdf_doc()
Convert to simple PDF/LaTeX document in English (en)
pdf_report()
Convert to report-like PDF/LaTeX document in English (default) or German
pdf_cheatsheet()
Convert to cheat sheet
word_doc()
Convert R Markdown to a Microsoft Word document

Package

UHHformats UHHformats-package
UHHformats: R Markdown/Quarto templates designed for the University of Hamburg