9 - R Data Types
Overview
- Basic Types
- Vector, Matrix, … of
int
, double
, char
, logical
, …
- Data.frame, list
- Dates, factors, …
- NA, NaN, NULL
- Date, Datetime
- If time: More on types, dispatch, classes, …
- Compound Types
- Not Covered
- Closure
- Environment
- Language Object
Core Material
Additional Resources