R/tail.crackRparallel.R

Defines functions tail.crackRparallel

Documented in tail.crackRparallel

tail.crackRparallel <-
function(x, sfpof.int=FALSE, ...)
{
    for(iii in 1:length(x))
        {
            cat(paste("\n##\ntail() of run ", iii, "\n##\n\n", sep=""))
            tail(x[[iii]], sfpof.int, ...)
        }
}

Try the crackR package in your browser

Any scripts or data that you put into this service are public.

crackR documentation built on May 29, 2017, 8:45 p.m.