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