mrgtemplate.RdThe idea is to create a build directory such that, when you render
mrgtemplate(root = tempdir())
| root | directory where the build will take place |
|---|
The path to the build directory.
The following files will be copied into the
build directory: _output.yml, mrgtemplate.tex,
header.tex, mrglogo.pdf.
ans <- mrgtemplate() ans#> [1] "/tmp/RtmpeLRhFD/mrgtemplate"list.files(ans)#> [1] "_output.yml" "header.tex" "mrglogo2.pdf" "mrgtemplate.tex"