Description Usage Arguments Value Examples
A Task encapsulates the Data with some additional information
1 | makeCatSumTask(id, data, target, show.NA.msg = FALSE, ...)
|
id |
[ |
data |
[ |
target |
[ |
show.NA.msg |
[ |
... |
other arguments to be passed to geom_bar. |
CatSumTask object
1 2 3 4 | data("Arthritis", package = "vcd")
cat.sum.task = makeCatSumTask(id = "Arthritis.Task", data = Arthritis, target = "Improved")
#get Data
cat.sum.task$env$data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.