View source: R/taskRmarkdown.R
initTaskRmd | R Documentation |
Create task template in Rmd format.
initTaskRmd(task, encoding = "unknown", overwrite = FALSE, suffix = NA)
task |
Object of class |
encoding |
encoding to be assumed for input strings. It is
used to mark character strings as known to be in
Latin-1, UTF-8 or to be bytes: it is not used to re-encode the input.
To do the
latter, specify the encoding as part of the connection |
overwrite |
overwrite Rmd file if exists, default FALSE |
suffix |
Filename suffix, used to develop scripts for sub-analyses for a given task, default NA. |
the file name invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.