R 形式参数“精确”与多个实际参数匹配

问题描述

每次返回对象时都会收到此错误

sample_json

# Error in base::attr(...,exact = TRUE) : 
#  formal argument "exact" matched by multiple actual 
#  arguments
# Error in base::attr(...,exact = TRUE) : 
#  formal argument "exact" matched by multiple actual arguments

traceback() 返回

5: gzfile(file,"wb")
4: save(x,options,file = output)
3: overridePrint(o$x,o$options,o$className,o$nRow,o$nCol)
2: print.data.frame(x)
1: (function (x,...) 
   UseMethod("print"))(x)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)