I'd like to check if some variable is defined in R - without getting an error. How can I do this?
My attempts (not successful):
> is.na(ooxx)Error: object 'ooxx' not found> is.finite(ooxx)Error: object 'ooxx' not found
Thanks!
I'd like to check if some variable is defined in R - without getting an error. How can I do this?
My attempts (not successful):
> is.na(ooxx)Error: object 'ooxx' not found> is.finite(ooxx)Error: object 'ooxx' not found
Thanks!