Skip to content
Prev 33033 / 63421 Next

Argument as.integer(NA) to a function C

On Jun 18, 2009, at 9:57 , Christophe Genolini wrote:

            
I don't see any problem - in C there is no inherent NA, so what you  
get is NA_INTEGER value which prints as -2147483648 when you print it  
as integer (which is what you do in essai).

Cheers,
S