Description Usage Arguments Value Examples
View source: R/create_report.R
Creates a data report using a codebook and dataset. The codebook and dataset have to be aligned so that the codebook describes the content of the dataset.
1 | create_report(codebook, dataset, strata = NULL, write = FALSE)
|
codebook |
List of class |
dataset |
Dataframe of class |
strata |
Character or NULL. The name of the variable to use
for stratification. The report will not be stratified if
|
write |
Logical. If TRUE the report is written to disk using
|
A report, which is a list of report components that can be
written to disk using write_report()
or using
create_report(.., write = TRUE)
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.