tests/testthat/_snaps/step-subset-filter.md

errors for named input

Code
  filter(dt, x = 1)
Condition
  Error in `filter()`:
  ! Problem with `filter()` input `..1`.
  x Input `..1` is named.
  i This usually means that you've used `=` instead of `==`.
  i Did you mean `x == 1`?
Code
  filter(dt, y > 1, x = 1)
Condition
  Error in `filter()`:
  ! Problem with `filter()` input `..2`.
  x Input `..2` is named.
  i This usually means that you've used `=` instead of `==`.
  i Did you mean `x == 1`?


Try the dtplyr package in your browser

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

dtplyr documentation built on March 31, 2023, 9:13 p.m.