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
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()
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/
andpowerpoints/
folders. Current translations can be found in thetranslations/
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
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
str_detect()
to includestr_like()
str_starts()
andstr_ends()
Mutate Strings
str_replace()
to includestr_remove()
str_replace_all()
to includestr_remove_all()
str_to_tile()
to includestr_to_sentence()
Join and Split
str_flatten()
str_dup()
to includestr_unique()
str_split_fixed()
to includestr_split_n()
Manage Lengths
str_squish()
Helpers
str_view()
and added it tostr_view()
as an Alsostr_equal()
The text was updated successfully, but these errors were encountered: