Rev 29577 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
eapply <- function (env, FUN, ..., all.names = FALSE) { FUN <- match.fun(FUN) .Internal(eapply(env, FUN, all.names)) }
eapply <- function (env, FUN, ..., all.names = FALSE)
{
FUN <- match.fun(FUN)
.Internal(eapply(env, FUN, all.names))
}