Advanced Beginner - Basic Data Manipulation in R

preview_player
Показать описание
Basic R programming data manipulations with dplyr and tidyr. This video is here as reference for commonly used functions.

dplyr:
- filter()
- select()
- mutate()
- group_by() & summarize()
- left_join()

tidyr:
- spread()
- gather()

Pipe operator shortcut:
ctrl + shift + m

Basic R videos:
Рекомендации по теме
Комментарии
Автор

Hands down the best and most easily digestible video on data manipulation for advanced/beginners. Perfect amount of important functions without being overloaded.

yearofthechris
Автор

Probably one of the best intermediate-level tutorials in R I have ever seen.

asdfpolo
Автор

First of all this is an incredible tutorial I have been trying to teach myself R for months with not a ton of progress and this helped me more than anything so far! Question though do you now of a way in the star wars dataset to expand the c(“ship1, ship2, etc...) starship column into more rows by any chance?

joshriehn