Description Usage Arguments Value Examples
A Basic Report Object will be calculated containing the report task, a basic data summary and missing value summary
1 2 | ## S3 method for class 'BasicReportTask'
makeReport(analysis.obj)
|
analysis.obj |
[ |
[BasicReport
]
1 2 3 | data("airquality")
basic.report.task = makeBasicReportTask(id = "test.report", data = airquality, target = "Wind")
basic.report.result = makeReport(basic.report.task)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.