NILSXP
|
The type of R's NULL |
SYMSXP
|
The type of name and symbol objects |
LISTSXP
|
The type of pairlist objects |
CLOSXP
|
The type of function objects |
ENVSXP
|
The type of environment objects |
PROMSXP
|
The type of promise objects |
LANGSXP
|
The type of language constructs |
SPECIALSXP
|
The type of special forms |
BUILTINSXP
|
The type of builtin non-special forms |
CHARSXP
|
The type of scalar strings (internal only) |
LGLSXP
|
The type of logical vectors |
INTSXP
|
The type of integer vectors |
REALSXP
|
The type of double vectors |
CPLXSXP
|
The type of complex vectors |
STRSXP
|
The type of character vectors |
DOTSXP
|
The type of ... object |
ANYSXP
|
The type of the "any" object |
VECSXP
|
The type of generic vectors (lists) |
EXPRSXP
|
The type of expression objects |
BCODESXP
|
The type of byte code objects |
EXTPTRSXP
|
The type of external pointers |
WEAKREFSXP
|
The type of weak references |
RAWSXP
|
The type of raw vectors |
S4SXP
|
The type of S4, non-vector objects |
NEWSXP
|
The type of fresh node created in new page |
FREESXP
|
The type of R's node released by GC |
FUNSXP
|
The pseudo-type lumping closure, builtin and special |