SEXPTYPE
StructureSEXPTYPE.Rd
The SEXPTYPE
Structure
SEXPTYPE
A C struct.
#include <Rinternals.h>
NILSXP
NULL
SYMSXP
name/symbol
LISTSXP
pairlist
CLOSXP
function or function closure
ENVSXP
environment
PROMSXP
promises
LANGSXP
language objects
SPECIALSXP
special functions
BUILTINSXP
builtin functions
CHARSXP
internal character strings
LGLSXP
logical vectors
INTSXP
integer vectors
CPLXSXP
complex vectors
STRSXP
character vectors
DOTSXP
dot-dot-dot (...) object
ANYSXP
make "any" args work
VECSXP
list (generic vector)
EXPRSXP
expression vector
BCODESXP
byte code
EXTPTRSXP
external pointer
WEAKREFSXP
weak reference
RAWSXP
raw vector
S4SXP
S4 classes not of simple type
The SEXPTYPE
is documented in Section 'Details of R types' in 'R Language Definition'
and Section 'SEXPTYPEs' in 'R Internals'.