powered by
Generate a report of all variables If target is defined, the relation to the target is reported
report(data, n, target, split = TRUE, output_file, output_dir)
A dataset
Weights variable for count data
Target variable (0/1 or FALSE/TRUE)
Split by target? (TRUE/FALSE)
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