Usage Arguments Value Examples
1 | applyOnSecondLevel(x, valueCol, levelCols, FUN)
|
x |
data.frame |
valueCol |
column with values to apply function to (length = 2) |
levelCols |
column names to go over levels |
FUN |
function to apply to last levels |
data.frame with applied function
1 2 3 4 5 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.