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
Vector
in disguise)- 1D heterogenous array
typedef
of vector - note different initialization values (not
0
, defaults toNULL
) - example creations of named/unnamed with shorthand
_["a"]
- 1D heterogenous array
- DataFrame
- 2D heterogenous
typedef
ofDataFrame_Impl
extendsVector
- emphasis special creation
- example creations of named with shorthand
_["a"]
- note that unnamed
DataFrame
s 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