isnullptr {isnullptr} | R Documentation |
isnullptr
checks if an object of type 'externalptr' is a null pointer.
isnullptr(pointer)
pointer |
object of type 'externalptr' |
TRUE if null pointer, FALSE otherwise
isnullptr(new("externalptr")) isnullptr("any_data")