View source: R/taskRmarkdown.R
renderTaskRmd | R Documentation |
The template of the task is rendered towards pdf or html in the documentation directory of the specified task. Note that on windows, Gnu zip may be required. The path to the executable must be added to the environment variables.
renderTaskRmd(
task,
output_format = NULL,
debug = FALSE,
clean = TRUE,
suffix = NA,
...
)
task |
Object of class |
output_format |
The R Markdown output format to convert to. The option
|
debug |
if TRUE execute in the global environment. |
clean |
Using |
suffix |
Filename suffix, used to develop scripts for sub-analyses for a given task, default NA. |
... |
Arguments passed on to
|
the file name invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.