Elektrine lite

← Feed

@jrosell@mastodon.social

Post #3125525

2026-02-04 11:44 UTC

@davis@fosstodon.org "Just like with filter(), filter_out() treats NA values as FALSE." very cool example. Thanks!

Replies (1)

  • @davis@fosstodon.org 2026-02-04 12:08

    @jrosell@mastodon.social beyond just "feeeeeling" right, it makes `union(filter(data, ...), filter_out(data, ...)) == data`, i.e. it's a true complement of `filter()`, which is a property we were aiming for!

    Open ##3125526