lambda | R Documentation |
Lambda syntax for array iteration
lambda(fml, along, group = c(), simplify = TRUE, expand_grid = TRUE, envir = parent.frame())
fml |
A call prefixed with a tilde |
along |
A named vector which objects to subset (eg: c(x=1)) |
group |
Not implemented |
simplify |
Return array instead of index+result if scalar |
expand_grid |
Use all combinations of indices (default: TRUE) |
envir |
Environment where variables can be found |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.