monitored_sapply | R Documentation |
This function offer a monitored version of 'sapply'.
monitored_sapply(vec, func, ...)
vec |
A vector usualy gives as 'sapply' first parameter. |
func |
A function usualy gives as 'sapply' second parameter. |
... |
Parameters passed to 'monitored_apply' function. |
A vector of the application of the 'func' function to each element of the 'vec' vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.