Week 5 - R Foundations
Objectives
- Introduction to core R Data Types
- Introduction to R Control Flow
Topics
- Basic Data Types
- Vector, Matrix, … of
int
, double
, char
, logical
, …
- Date, Datetime, factors, …
NA
, NaN
, NULL
- If time: More on types, dispatch, classes, …
- Compound Types
- Not Covered
- Closure
- Environment
- Language Object
- Control Flow
if
and switch
while
and for
- Functions
Core Material
Additional Resources