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
And changing the order of the elements of the vector also impacts the output, which leads me to believe that the truncation is performed or not based on the number of characters in the first element of the vector of strings
I encountered an unexpected behavior of
str_trunc()
, here is a reprex of my problem.In stringr v1.2.0 the result is as expected:
In stringr v1.2.0.9000 the result not what one would unexpect:
And changing the order of the elements of the vector also impacts the output, which leads me to believe that the truncation is performed or not based on the number of characters in the first element of the vector of strings
The text was updated successfully, but these errors were encountered: