Skip to content
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

Translation Help Requested: String manipulation with stringr #210

Open
2 tasks
averiperny opened this issue Aug 20, 2021 · 0 comments
Open
2 tasks

Translation Help Requested: String manipulation with stringr #210

averiperny opened this issue Aug 20, 2021 · 0 comments

Comments

@averiperny
Copy link
Contributor

averiperny commented Aug 20, 2021

Hello! We recently updated several RStudio cheat sheets, and unfortunately now the translations are no longer up to date. The translations listed below are only one or two versions behind, and so only need small updates instead of translating an entire document from scratch. These would make good first projects and should be relatively quick to update.

You can find editable keynote and powerpoint files for the new cheat sheets in the keynotes/ and powerpoints/ folders. Current translations can be found in the translations/ folder. Once you have finished your updated translation, save the file as the same name as the current translation, and submit a pull request per the contributing guidelines.

In your pull request description please include "Addresses #210" to link to this issue.

Languages

  • Spanish
  • Vietnamese

Cheat sheet updates, listed by section:
These are text/content changes and may not include function argument changes or graphics or example code that has changed.
Page 1 only
Detect Matches

  • Updated str_detect() to include str_like()
  • Added str_starts() and str_ends()

Mutate Strings

  • Updated str_replace() to include str_remove()
  • Updated str_replace_all() to include str_remove_all()
  • Updated str_to_tile() to include str_to_sentence()

Join and Split

  • Removed second str_c() w/ arguments str_c(..., sep = “”, collapse = “”)
  • Added str_flatten()
  • Updated str_dup() to include str_unique()
  • Updated str_split_fixed() to include str_split_n()

Manage Lengths

  • Added str_squish()

Helpers

  • Removed str_view() and added it to str_view() as an Also
  • Added str_equal()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant