I've used both, but neither extensively. My impression is that stringi provides most (all?) of the functionality of stringr plus encoding conversion and basic transliteration.
--
You received this message because you are subscribed to the Google Groups "manipulatr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to manipulatr+...@googlegroups.com.
To post to this group, send email to manip...@googlegroups.com.
Visit this group at http://groups.google.com/group/manipulatr.
For more options, visit https://groups.google.com/d/optout.
Hi all,
I'm planning on releasing a new version of stringr early next year.
This version is considerably more awesome because it now uses the
fantastic stringi version as the backend. This should make stringr
both considerably faster and more correct. You can install the dev
version with:
devtools::install_github("Rexamine/stringi")
devtools::install_github("hadley/stringr”)