You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to me that in the second case there will be a different value for 'max(hp)' because of the pre-filtering of the dataset. Therefore the B's in the issue title are not the same in the compared cases.
Have had to re-confirm this for myself a few times:
This in
?dplyr
hints at what's going on:But this behavior is a bit more subtle / worth calling out IMO. This came up again recently here:
r-lib/lintr#2305 (comment)
FWIW it's also really not clear from reading the
filter.data.frame
implementation without being well-versed in {dplyr} internals.The text was updated successfully, but these errors were encountered: