View source: R/definetemplate.R
definetemplate | R Documentation |
Create build location for templated define documents
definetemplate(root = tempdir())
mrgtemplate(...)
root |
directory where the build will take place |
... |
arguments passed to [definetemplate()] when [mrgtemplate()] is called |
The following files will be copied into the
build directory: _output.yml
, definetemplate.tex
,
header.tex
.
The path to the build directory.
ans <- definetemplate()
ans
list.files(ans)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.