Skip to content

nrow_subset_linter() should be pipeline-aware #2314

@MichaelChirico

Description

@MichaelChirico
x |>
  subset(conds) |>
  nrow()

And, assuming #2313,

x |>
  filter(conds) |>
  nrow()

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