rweekly / rweekly.org

R Weekly
https://rweekly.org
703 stars 358 forks source link

Add new post about summarising tibbles #1684

Closed Layalchristine24 closed 2 weeks ago

Layalchristine24 commented 2 weeks ago

Adding new content to R Weekly issue

In my opinion, the reframe() solution is the best and the easiest one because you do not need to worry about ungrouping the tibble at the end of your pipe (with summarise()) nor joining another summarised tibble (with count()) to obtain the sums of the variables you want.

Type of Content

Please select to which section(s) your post belongs!

- [x] Tutorials - R tutorials for how to use certain packages and tools (usually code is embedded) - [ ] Insights - Articles that talk about R and data science in general (usually no code embedded) - [ ] R in Real World - Posts that discuss analyses that use R to analyze real-world data sets - [ ] R in Organization - R use cases/events that showcase how organizations are utilizing or integrating R - [ ] R in Academia - R use cases that showcase how Academia is utilizing R - [ ] International - Non-English R related content - [ ] Videos and Podcasts - Videos and Podcasts about R - [ ] Resources - long posts, websites, books, slides, list, cheat sheets, or other learning resources in general that are more officially aggregated as a guide material - [ ] Connect - R Jobs and Communities - [ ] New Packages and Tools - New packages and tools that have been created or published in the past two weeks. - [ ] Updated Packages - New releases of tools and packages for R - [ ] Call for Participation - New R groups, communities or competitions here. - [ ] Upcoming Events - Interesting R-related events or call for Participation section. - [ ] R Project Updates: it belongs here rather than the call for participation because it is about contribution to the R project itself and is a collaboration with R core. ### I'd like to propose an Image from my new content! Please feel free to suggest an image from your content to be added in the next issue. Any image added has to be re-sized to a max width 600px. This can be carried out using [rweekly.tools](https://github.com/rweekly/rweekly.tools) or any online tool. - [ ] Yes, I proposed an image and resized it - [ ] Yes, I proposed an image but didn't resized it - [x] No, I didn't propose an image # Checklist: - [x] My content is R-related - [x] All images suggested are re-sized before has been added to the PR - [x] I've submitted my content between Monday-Friday to allow for it to be voted by R Weekly editors for highlights
ColinFay commented 2 weeks ago

Thanks, I've added it manually https://github.com/rweekly/rweekly.org/commit/2b994fc2de05c1f5d249760990afe507160d9176

Layalchristine24 commented 2 weeks ago

Thank you very much!