Description Usage Arguments Value Examples
A Report Task encapsulates the Data with some additional information
1 | makeBasicReportTask(id, data, target, show.NA.msg = TRUE, ...)
|
id |
[ |
data |
[ |
target |
[ |
show.NA.msg |
[ |
... |
For now has no use |
[BasicReportTask
]
1 2 3 | basic.report.task = makeBasicReportTask(id = "report.test", data = iris, target = "Species")
# Extract Data
basic.report.task$env$data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.