Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The 15 Most Important R Commands - R for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Part 1: Comment lines
- 3 - Part 2: Clear workspace
- 4 - Part 3: Concatenate text strings
- 5 - Part 4: Install and load packages
- 6 - Part 5: "and then" pipe command
- 7 - Part 6: Select columns
- 8 - Part 7: Filter rows
- 9 - Part 8: Create new columns
- 10 - Part 9: Visuals with ggplot
- 11 - Part 10: Save visuals to a file
- 12 - Part 11: Remove missing values
- 13 - Part 12: Join and merge data sets
- 14 - Part 13: Rename columns
- 15 - Part 14: Conditional statement for new variables, case_when
- 16 - Part 15: read and write files to the HDD