> "HenrikB" == Henrik Bengtsson <[EMAIL PROTECTED]>
> on Thu, 16 Oct 2008 12:51:40 -0700 writes:
HenrikB> Hi, a quick comment. I just notice that as.list() deals with
HenrikB> function:s the old way inside the "default" function, cf.
>> as.list.default
HenrikB> functi
Hi, a quick comment. I just notice that as.list() deals with
function:s the old way inside the "default" function, cf.
> as.list.default
function (x, ...)
{
if (typeof(x) == "list")
return(x)
if (is.function(x))
return(c(formals(x), list(body(x
.Internal(as.vector(