-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-13171: [R] Add binding for str_pad() #10638
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
Conversation
|
Have opened a ticket for the centre padding functions as C++/R ways of doing spaces don't match and can't be configured to currently: https://issues.apache.org/jira/browse/ARROW-13234 |
|
See #10639. Sorry, I thought I had checked against the Python behavior at least, apparently not. |
Wow, that was fast, thanks! :) |
4140fbc to
59f5f3c
Compare
|
Have now updated this PR to no longer skip a test, as the C++ code has changed and it now matches the R/stringr implementation. |
Co-authored-by: Ian Cook <ianmcook@gmail.com>
No description provided.