Description Usage Arguments Author(s) Examples
Render a rmarkdown
file using the included theme (mtheme
). Read
more in the documentation for render
.
1 2 3 4 | render_pdf(input, output = NULL, env = parent.frame(), encoding = "UTF-8",
keep_sty = FALSE, ...)
beamer_template(toc = TRUE, keep_tex = FALSE)
|
input |
Path to a |
output |
Output directory. Default uses the directory of the input file. |
env |
Optional environment to use when evaluating the |
encoding |
The encoding of the input file. Defaults to |
keep_sty |
Optional: Keep |
... |
Further arguments passed to |
toc |
Include a table of contents. |
keep_tex |
Keep intermediary .tex files. (For debugging). |
Kristian D. Olsen
1 2 3 4 5 | ## Not run:
# TODO
render_pdf("example.Rmd")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.