ANYSXP | The type of the "any" object |
BCODESXP | The type of byte code objects |
BUILTINSXP | The type of builtin non-special forms |
c3po-package | c3po: From C to R and back again |
CHARACTER_VALUE | Convert a scalar R object to a C string |
CHARSXP | The type of scalar strings (internal only) |
CLOSXP | The type of function objects |
CPLXSXP | The type of complex vectors |
DOTSXP | The type of '...' object |
ENVSXP | The type of environment objects |
EXPRSXP | The type of expression objects |
EXTPTRSXP | The type of external pointers |
FREESXP | The type of R's node released by GC |
FUNSXP | The pseudo-type lumping closure, builtin and special |
INTSXP | The type of integer vectors |
LANGSXP | The type of language constructs |
LGLSXP | The type of logical vectors |
LISTSXP | The type of pairlist objects |
NA_LOGICAL | NA_LOGICAL |
NEWSXP | The type of fresh node created in new page |
NILSXP | The type of R's NULL |
PROMSXP | The type of promise objects |
RAWSXP | The type of raw vectors |
Rboolean | R's boolean type |
Rbyte | Rbyte |
R_CHAR | Convert a string scalar (CHARSXP) to a C-string (char *) |
Rcomplex | Rcomplex |
REALSXP | The type of double vectors |
R_FalseValue | R_FalseValue |
Rf_asChar | Coerce an R object to a scalar string (CHARSXP) |
Rf_asInteger | Convert an R scalar integer vector to a C int |
Rf_asLogical | Convert an R scalar logical vector to a C int |
Rf_asReal | Convert an R scalar double vector to a C double |
Rf_mkCharLenCE | Rf_mkCharLenCE |
Rf_ScalarComplex | Rf_ScalarComplex |
Rf_ScalarInteger | Rf_ScalarInteger |
Rf_ScalarLogical | Rf_ScalarLogical |
Rf_ScalarRaw | Rf_ScalarRaw |
Rf_ScalarReal | Rf_ScalarReal |
Rinternals.h | Rinternals.h |
R_LogicalNAValue | R_LogicalNAValue |
R_NilValue | R_NilValue |
R_TrueValue | R_TrueValue |
S4SXP | The type of S4, non-vector objects |
SEXP | Pointer to SEXPREC |
SEXPREC | R's fundamental data type at C level |
SEXPREC_HEADER | SEXPREC_HEADER |
SEXPTYPE | Data type for coding of R data subtypes |
SPECIALSXP | The type of special forms |
STRSXP | The type of character vectors |
sxpinfo_struct | struct sxpinfo_struct |
SYMSXP | The type of name and symbol objects |
TYPEOF | The type of an R object |
VECSXP | The type of generic vectors (lists) |
WEAKREFSXP | The type of weak references |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.