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
Some behaviour could be controlled by means of global options (in the sense of options()), because not everything is for everybody, ideal world does not exist, and de gustibus non est disputandum.
For example (any suggestions are welcome):
omit_no_match now defaults to FALSE in stri_locate_all_fixed, but what if someone consistently prefers TRUE?
Some behaviour could be controlled by means of global options (in the sense of
options()
), because not everything is for everybody, ideal world does not exist, and de gustibus non est disputandum.For example (any suggestions are welcome):
omit_no_match
now defaults toFALSE
instri_locate_all_fixed
, but what if someone consistently prefersTRUE
?omit_empty
instri_split
ignore_null
instri_paste
is nowFALSE
but can be TRUE or trigger a warningsimplify
instri_split
andextract
but see also Allow stri_locate_first's output to be consistent with that of stri_locate_all #424The text was updated successfully, but these errors were encountered: