Description Usage Arguments Value Examples
A Task encapsulates the Data with some additional information
1 2 3 |
id |
[ |
data |
[ |
target |
[ |
geom.hist.args |
[ |
geom.dens.args |
[ |
geom.box.args |
[ |
show.NA.msg |
[ |
... |
For now has no use |
NumSumTask object
1 2 3 4 5 | data("Aids2", package = "MASS")
num.sum.task = makeNumSumTask(id = "AidsTask", data = Aids2,
target = "sex")
#get Data
num.sum.task$env$data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.