powered by
Generate a report of all variables If target is defined, the relation to the target is reported
report(data, n, target, targetpct, split, color, output_file, output_dir)
A dataset
Weights variable for count data
Target variable (0/1 or FALSE/TRUE)
FALSE
TRUE
Plot variable as target% (FALSE/TRUE)
Alternative to targetpct (split = !targetpct)
User defined colors for plots (vector)
Filename of the html report
Directory where to save the html report
if (rmarkdown::pandoc_available("1.12.3")) { report(iris, output_dir = tempdir()) }
Run the code above in your browser using DataLab