Data Manipulation with dplyr in R Cheat Sheet
With this data manipulation with dplyr in the R cheat sheet, you'll have a handy reference guide in your R upskilling journey.
Aug 14, 2022 · 7 min read
RelatedSee MoreSee More
cheat-sheet
The data.table R Package Cheat Sheet
The data.table cheat sheet helps you master the syntax of this R package, and helps you to do data manipulations.
Karlijn Willems
7 min
cheat-sheet
Tidyverse Cheat Sheet For Beginners
This tidyverse cheat sheet will guide you through the basics of the tidyverse, and 2 of its core packages: dplyr and ggplot2!
Karlijn Willems
7 min
cheat-sheet
Reshaping Data with tidyr in R
In this cheat sheet, you will learn how to reshape data with tidyr. From separating and combining columns, to dealing with missing data, you'll get the download on how to manipulate data in R.
Richie Cotton
6 min
cheat-sheet
Text Data In R Cheat Sheet
Welcome to our cheat sheet for working with text data in R! This resource is designed for R users who need a quick reference guide for common tasks related to cleaning, processing, and analyzing text data.
Richie Cotton
5 min
tutorial
The data.table R Package Cheat Sheet
The data.table cheat sheet helps you master the syntax of this R package, and helps you to do data manipulations.
Karlijn Willems
2 min
tutorial
Getting Started with the Tidyverse: Tutorial
Start analyzing titanic data with R and the tidyverse: learn how to filter, arrange, summarise, mutate and visualize your data with dplyr and ggplot2!
Hugo Bowne-Anderson
21 min