R PROGRAMMING dplyr BASICS - summarize, group_by, select, mutate, filter, arrange

Описание к видео R PROGRAMMING dplyr BASICS - summarize, group_by, select, mutate, filter, arrange

dplyr package is an exciting way to manipulate the data. It is an R package that provides you with a fast and intuitive way to transform data sets with R. dplyr is the successor of plyr and is mainly authored by Hadley Wickham and Romain Francois. It is designed to be intuitive and easy to learn, thereby making "doing things" in R more user-friendly.
Basics dplyr tutorial introduces six key functions to you: summarize, group_by, select, mutate, filter, arrange.
You will also learn how to use pipe operator to chain the functions - %>%

To stay up to date with our latest videos make sure to subscribe to this YouTube channel!

Комментарии

Информация по комментариям в разработке