Skip to content

nrow_subset_linter() should recognize filter() usage as well #2313

@MichaelChirico

Description

@MichaelChirico
nrow(filter(x, conds))

This is basically the same as nrow(subset(x, conds)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    false-negativecode that should lint, but doesn't

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions