nflverse / nflseedR

Functions to Efficiently Simulate and Evaluate NFL Seasons
https://nflseedr.com
Other
21 stars 3 forks source link

silence join warning for multiple matches in new dplyr release #32

Closed mrcaseb closed 1 year ago

mrcaseb commented 2 years ago

... by adding multiple = "all" in literally every dplyr join smh

mrcaseb commented 2 years ago

The new argument multiple fortunately doesn't break joins in older dplyr versions because it has dots so this code change is downwards compatible

mrcaseb commented 1 year ago

dplyr removed that warning. Let's close this