motivatiebrief: Motivatiebrief

View source: R/motivatiebrief.R

motivatiebriefR Documentation

Motivatiebrief

Description

De sjabloon voor het maken van brieven

Usage

motivatiebrief(...)

Arguments

...

Arguments to rmarkdown::pdf_document.

Examples

path = "Untitled"
if (file.exists(path)) {unlink(path, recursive = TRUE)}
rmarkdown::draft(paste0(path, ".Rmd"),
template="motivatiebrief", 
package="resume", 
create_dir = TRUE, 
edit = FALSE)
rmarkdown::render(paste0(path, "/", path, ".Rmd"))
if (file.exists(path)) {unlink(path, recursive = TRUE)}

JacekPardyak/resume documentation built on Aug. 28, 2023, 7:50 a.m.