rscorecard icon indicating copy to clipboard operation
rscorecard copied to clipboard

Add support for tidy select helpers

Open btskinner opened this issue 5 years ago • 0 comments

sc_select() currently supports these tidy select helpers:

  • starts_with()
  • ends_with()
  • contains()
  • matches()
  • everything()

Need to add support for:

  • [ ] num_range() (this may not be useful)
  • [ ] all_of()
  • [ ] any_of()
  • [ ] last_col()

btskinner avatar Aug 18 '20 00:08 btskinner