Skip to content
Prev 18246 / 63424 Next

Small issue with R's C API

Prof Brian Ripley wrote:
I probably grep-ed Rinternals.h, or looked in the section of that file 
for definitions similar to isMatrix, or just guessed that
if there is an isMatix, there probably is an isVector (I realize that 
there is no substitute for the manual when it comes to
finding things like isNewList, instead of the "guess" isList).

Thanks for the tip about looking at the code for is.vector...

Dominick