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 #204" to link to this issue.
Languages
Simplified Chinese
German
Russian
Spanish
Turkish
Ukrainian
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:
Summarise Cases
Removed Variations functions
Group Cases
Updated group_by()
Added rowwise()
Manipulate Cases
Removed sample_frac(), sample_n(), top_n()
Added slice_sample(), slice_min() and slice_max(), slice_head() and slice_tail()
Manipulate Variables
Removed select_if() from select()
Added relocate()
Updated helper function table to include across() and everything()
Added “Manipulate Multiple Variables at Once” section, across() and c_across()
Removed mutate_all() and mutate_if(), mutate_at()
Removed add_column(), add_count(), add_tally()
Updated mutate() to include add_column()/add_count()/add_tally()
Updated rename() to include rename_with()
Page 2:
Vector Functions
Removed recode() and recode_factor()
Combine Tables - Left Column
Updated bind_cols() text
Added new headers “Relational Data” and “Column Matching for Joins”
Combine Tables - Right Column
Removed “Use bind_rows() to paste…” text
Swapped “Filtering Join” and intersect()/etc functions
Added Nest Join and nest_join()
Added “Set Operations” header
The text was updated successfully, but these errors were encountered:
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 #204" 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:
Summarise Cases
Group Cases
group_by()
rowwise()
Manipulate Cases
sample_frac()
,sample_n()
,top_n()
slice_sample()
,slice_min()
andslice_max()
,slice_head()
andslice_tail()
Manipulate Variables
select_if()
fromselect()
relocate()
Updated helper function table to include
across()
andeverything()
across()
andc_across()
mutate_all()
andmutate_if()
,mutate_at()
add_column()
,add_count()
,add_tally()
mutate()
to includeadd_column()
/add_count()
/add_tally()
rename()
to includerename_with()
Page 2:
Vector Functions
recode()
andrecode_factor()
Combine Tables - Left Column
bind_cols()
textCombine Tables - Right Column
intersect()
/etc functionsnest_join()
The text was updated successfully, but these errors were encountered: