Description Usage Arguments Value Examples
Writes a rmd file for the Categorical Summary Report [WIP]
1 2 3 | ## S3 method for class 'CatSumReport'
writeReport(report, sub.dir = "Data_Report",
save.mode = TRUE, override = FALSE)
|
report |
[ |
sub.dir |
[ |
save.mode |
[ |
override |
[ |
rmd-file location
1 2 3 4 5 6 | data("Arthritis", package = "vcd")
cat.sum.task = makeCatSumTask(id = "Arthritis.Task", data = Arthritis, target = "Improved")
cat.sum.result = makeCatSum(cat.sum.task)
#create the numeric summary report
cat.sum.report = makeReport(cat.sum.result)
writeReport(cat.sum.report, save.mode = FALSE, override = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.