loop_apply | R Documentation |
An optimised version of lapply for the special case of operating on
seq_len(n)
loop_apply(n, f, env = parent.frame())
n |
length of sequence |
f |
function to apply to each integer |
env |
environment in which to evaluate function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.