Error in exists(x): 第一个参数不对
Posted Data+Science+Insight
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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性能