-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
While I understand the problematics of making such a dramatic change, I believe the nomenclature contains a grave mix-up. The mappings for yeet() and vibe_check() need to be swapped.
Even the documentation appears to be in agreement with me on this.
| dplyr verb | genzplyr verb | Meaning |
|---|---|---|
filter() |
yeet() |
Remove rows that don't pass the vibe check |
select() |
vibe_check()??? |
Keep only columns that matter |
Filtration fits better to vibe_check() since we are literally checking (via operators) the vibe (conditions are met).
Meanwhile, yeet() maps just fine to selection operations, since we are yeeting away columns we do not need.
I'll pull (request) up so long as people agree I'm not capping.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels