-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle NA_STRING #8
Comments
The desired strategy is to "return NA if the corresponding input is missing". Btw, will the functions be vectorized with respect to both the "haystack" and the "needle" (e.g., n strings, 1 regex; 1 string, n regexes etc.?) |
Yes. Return the same result as I think I can learn from |
sure, give it a try; BTW, this is not an exported function but in some of the cases you may call stringi functions from C code directly, take a look at https://github.com/gagolews/ExampleRcppStringi |
about vectorizing "1 string, n regexes" -- what is the use case? I only use the other "n strings, 1 regex" version |
btw for the n string, n regexes case there is https://github.com/tdhock/revector |
No description provided.
The text was updated successfully, but these errors were encountered: