Description Usage Arguments Value Valid identifiers
Applies a pre-defined operation on each row of a data.frame.
1 | applyOperation(data, identifier)
|
data |
A |
identifier |
A |
A numeric array
containing the results, if the identifier is valid.
An error message, otherwise.
The operation will be selected according to the following identifiers:
Constant .AVG: mean
Constant .STD: sd
Constant .MEDIAN: median
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.