edward-burn

Results 7 comments of edward-burn

Just wondering if there is any potential resolution to this @hadley. In the link mentioned above, https://dplyr.tidyverse.org/reference/dplyr_extending.html it also says "These functions are a stop-gap measure" so I'm not sure...

@hadley I wonder whether instead of changing the default of ignore_case, what about introducing a new function: `str_ilike()`? Then stringr could have two functions - str_like - similar to SQL...

@hadley I have opened pr #544 with a str_ilike function and the ignore_case argument in str_like deprecated

@hadley @mgirlich just fyi I noticed this pr had a merge conflict so I have resolved that

Hopefully not too presumptuous, but I opened this pr #1490 that would switch the behaviour around

Interesting. I suppose throwing a warning if head is included in a complex query might be appropriate? The desired behaviour (well at least what I was thinking was desired) can...