R/sexp.R

isSEXP =
 #
 # Tests whether the specified type identifies a SEXP.
 #
function(type)
{
  is(type, "TypedefDefinition") && type@name == "SEXP"  && is(type@type, "PointerType") && type@type@type@name == "SEXPREC"
}
omegahat/RGCCTranslationUnit documentation built on May 24, 2019, 1:53 p.m.