Description Usage Arguments Value
Automatically generate data exploration reports using R Markdown templates.
1 2 | createDocument(df, target, template, reporttitle, reportauthor, documentname,
documentwd, writedoc = TRUE)
|
df |
Dataframe containing the variables of interest |
target |
For univariate reporting - the target variable |
template |
The name of the template document to use. Currently only |
reporttitle |
Character giving the report title in the YAML header |
reportauthor |
Character giving the report author's name in the YAML header |
documentname |
Character giving the filename of the generated report |
documentwd |
Character giving the directory to which the report should be written |
writedoc |
Default |
If writedoc = TRUE
writes .Rmd file and auto generated document to documentwd
.
If writedoc = FALSE
writes .Rmd file only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.