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
The package already imports dplyr, so perhaps using sashay() as a wrapper for something like dplyr::select(-foo, -bar) might be dumb fun. shantay() could be a wrapper for dplyr::select(foo, bar).
The text was updated successfully, but these errors were encountered:
svmiller
changed the title
Add sashay() and shantay(), for funsies
Add sashay() and shantay(), for funsies
Nov 20, 2020
A la: https://twitter.com/connor_morozumi/status/1329780278701789184
The package already imports
dplyr
, so perhaps usingsashay()
as a wrapper for something likedplyr::select(-foo, -bar)
might be dumb fun.shantay()
could be a wrapper fordplyr::select(foo, bar)
.The text was updated successfully, but these errors were encountered: