Error in exists(x): 第一个参数不对

Posted Data+Science+Insight

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error in exists(x): 第一个参数不对相关的知识,希望对你有一定的参考价值。

Error in exists(x): 第一个参数不对

目录

Error in exists(x): 第一个参数不对

问题:

解决:

完整错误:


问题:

exists(x)  

x <- c(1,2,3,4,5)
exists(x)  
# exists('x')                                 
# exists function returns error

解决:

exists('x')  

x <- c(1,2,3,4,5)
# exists(x)  
exists('x')                                

完整错误:

Error in exists(x): 第一个参数不对
Traceback:

1. exists(x)

参考:Check if Object is Defined (exists in R) | 4 Examples: Vector, Variable, Function, Error

参考:statisticsglobe.com

参考:R

以上是关于Error in exists(x): 第一个参数不对的主要内容,如果未能解决你的问题,请参考以下文章

将值从 R:Error in sqlQuery(con, req) 插入数据库:第一个参数不是开放的 RODBC 通道

sql中exists和notexists用法总结(并和in的比较)

PHP中测试in_arrayissetarray_key_exists性能

运行所选代码生成器时出错key already exists in table

查询优化--小表驱动大表(In,Exists区别)

注意:使用未定义的常量自我假设 'self' ,当放入 property_exists 作为第一个参数时