tryapply {plyr} | R Documentation |
Apply with built in try. Uses compact, lapply and tryNULL
Description
Apply with built in try. Uses compact, lapply and tryNULL
Usage
tryapply(list, fun, ...)
Arguments
list |
list to apply function |
fun |
function |
... |
further arguments to |
[Package plyr version 1.8.9 Index]