Video Notes
Learn the fundamentals of R programming via the book R for Data Science. Covers basic syntax including math calculations, creating objects, writing comments, working with functions, and best practices.
Get the Book - R for Data Science
Chapters
Video Table of Contents
- 00:00 Introduction
- 00:20 Create R script
- 01:28 Mathematical calculations
- 02:20 Creating objects with the assignment operator
- 03:18 Character strings
- 03:41 Vectors
- 04:30 Assignment operator shortcut
- 04:41 Comments
- 06:22 Best practices for object naming
- 08:44 Built-in vs external functions
- 10:16 Function syntax and arguments
- 12:19 RStudio autocomplete