list_lapply | R Documentation |
C++ version of lapply function.
list_lapply(input, f)
input |
a list. |
f |
a function to apply along the list. |
A list with the output type of the function.
This function have been copy from Rcpp gallery: XXXX
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.