Description Usage Arguments Value
If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.
1 2 | ## S3 method for class 'mlresult'
mlresult[rowFilter = T, colFilter, ...]
|
mlresult |
A mlresult object |
rowFilter |
A list of rows to filter |
colFilter |
A list of columns to filter |
... |
Extra parameters to be used as the filter |
mlresult or matrix. If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.