-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
- RObject
- Policy-based design
- List main policies
- Vector
- 1D homogenous array
- Policies
- typedefs
- constructors
- warn about pointer structure
- example creations (include
clone)
- Matrix
- 2D homogeneous class built on vector
- policies
- typedefs
- constructors
- warn about pointer structure
- example creations (include
clone)
- List (even though it's really just a
Vectorin disguise)- 1D heterogenous array
typedefof vector - note different initialization values (not
0, defaults toNULL) - example creations of named/unnamed with shorthand
_["a"]
- 1D heterogenous array
- DataFrame
- 2D heterogenous
typedefofDataFrame_ImplextendsVector - emphasis special creation
- example creations of named with shorthand
_["a"] - note that unnamed
DataFrames throw an error.
- 2D heterogenous
- Date
- single unit connect w/
DateVector - constructors
- examples
- single unit connect w/
- Datetime
- single unit connect w/
DatetimeVector - constructors
- examples
- single unit connect w/
Metadata
Metadata
Assignees
Labels
No labels