Description Usage Arguments Value Examples
Writes a rmd file for the Numeric Summary Report [WIP]
1 2 3 | ## S3 method for class 'NumSumReport'
writeReport(report, sub.dir = "Data_Report",
save.mode = TRUE, override = FALSE)
|
report |
[ |
sub.dir |
[ |
save.mode |
[ |
override |
[ |
Invisible NULL
1 2 3 4 5 6 7 8 9 | data("Aids2", package = "MASS")
num.sum.task = makeNumSumTask(id = "AidsTask", data = Aids2,
target = "sex")
#get the numeric summary task object
num.sum.result = makeNumSum(num.sum.task)
#create the numeric summary report
num.sum.report = makeReport(num.sum.result)
#write the report
writeReport(num.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.