Skip to content

Add future_Filter() #125

@HenrikBengtsson

Description

@HenrikBengtsson
> base::Filter
function (f, x) 
{
    f <- match.fun(f)
    z <- unlist(lapply(x, f))
    if (is.null(z)) 
        return(x[integer()])
    ind <- as.logical(z)
    x[which(ind)]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions