R - (Datatype|Type|Storage Mode) of an object (typeof, mode)
In the C code underlying R, all objects are pointers to a structure with typedef SEXPREC; the different R data types are represented in C by SEXPTYPE, which determines how the information in the various...