R Language Basics
Teach the core language pieces used throughout data analysis.
Units
- Unit 02.00: Comments and readable code.
- Unit 02.01: Assignment with `<-`.
- Unit 02.02: Object names.
- Unit 02.03: Numeric, character, logical, date, and missing values.
- Unit 02.04: Vectors and vectorised operations.
- Unit 02.05: Arithmetic and comparison operators.
- Unit 02.06: Functions, arguments, and return values.
- Unit 02.07: Help pages.
