Skip to content
Prev 49956 / 63424 Next

iterated lapply

On Thu, 26 Feb 2015, William Dunlap wrote:

            
This seems to be a bug in log() -- this takes local() out of the issue:
+     g <- function()
+         log(x, ...)
+     g()
+ }
Error in log(x, ...) : non-numeric argument to mathematical function

It's not following the ... properly for some reason.

Best,

luke