markfairbanks / tidypolars

Tidy interface to polars
http://tidypolars.readthedocs.io
MIT License
337 stars 11 forks source link

The following argument(s) will not be used: `ignore.case` in grepl #234

Closed DDHGITHUB closed 7 months ago

DDHGITHUB commented 8 months ago

I use grepl inside a mutate case_when a lot. I almost always use the argument ignore.case=T to select both upper and lower case. Ie grepl("excele",kind,ignore.case = T)==T~"Excelerate", T ~ "something else"

Is it possible to add the ignore.case argument to the grepl function ?

Thanks.

markfairbanks commented 7 months ago

Are you opening this in the right repository? There is no grepl() function currently.