Description Usage Arguments Value See Also Examples
Function(s) that apply expressions to input data objects and return lists.
lap: Iterate over input and return list(s)
1 |
.data |
Input object<e2><80><93>numeric, character, list, data frame, etc.<e2><80><93>over which elements will be iterated. If matrix or data frame, each column will be treated as the elements which are to be iterated over. |
.f |
Function to apply to each element of input object. This can be
written as a single function name e.g., |
... |
Other values passed to function call. |
A list
Other lap: ilap
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.