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"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.