Dplyr

R tidyverse frame, and Dplyr plackege. Using pipe structure to chain fucntions together.
Filter commands of Dplyr in R
Arange functions of Dplyr in R,
Rename the column name in R using Dplyr,
Mutate,
Select to Choose Variables/Columns,
Joins,
Slice,
Summarise,
Gather,
Spread ,
Separate ,
n(),Nth,n_distinct() ,
na_if, coalesce ,
Ranking functions ,
Sampling,
count ,
case_when ,
Group By .

How to use arrange() function in R to sort dataset

We provide effective and economically affordable online training courses for R and Python, click here for more details and course…

7 months ago

How to use filter() function to select observations in R

We provide effective and economically affordable online training courses for R and Python, click here for more details and course…

7 months ago

Use spread() of dplyr in R to convert long-form dataset into wide-form

dplyr is a package that belongs to tidyverse framework. dplyr allows usage of pipeline structure (%>%), which can chain multiple…

12 months ago