[R] is.variable ? is.initialized ?

myshare mraptor at gmail.com
Fri May 15 01:19:20 CEST 2009


hi guys,

How do you check if variable is initialized/created, tried :

is.nan(xxx)
is.null(xxx)
is.na(xxx)
exists(xxx)

all of them return :

Error: object "xxx" not found

I need true/false result ?

thanx




More information about the R-help mailing list