The R Project SVN R

Rev

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))
}