我想检查是否在R中定义了一些变量 - 没有出现错误.我怎样才能做到这一点?
我的尝试(不成功):
> is.na(ooxx) Error: object 'ooxx' not found > is.finite(ooxx) Error: object 'ooxx' not found
谢谢!
r
r ×1