The idea is to create a build directory such that, when you render

mrgtemplate(root = tempdir())

Arguments

root

directory where the build will take place

Value

The path to the build directory.

Details

The following files will be copied into the build directory: _output.yml, mrgtemplate.tex, header.tex, mrglogo.pdf.

Examples

ans <- mrgtemplate() ans
#> [1] "/tmp/RtmpIGyaHY/mrgtemplate"
#> [1] "_output.yml" "header.tex" "mrglogo2.pdf" "mrgtemplate.tex"