这是我到目前为止已经完成的数据是数字数据类型
if (is.na(data) || attribute==0){replace(data,NA)}
它给了我错误信息
替换(属性,NA)错误:缺少参数“值”,没有默认值
r
r ×1