在if/while(条件){:在真/假需要的情况下丢失值时出错我收到了以下错误消息:Error in if (condition) { : missing value where TRUE/FALSE needed或Error in while (condition) { : missing value where TRUE/FALSE needed这意味着什么,我该如何预防?
2 回答
慕桂英546537
TA贡献1848条经验 获得超10个赞
if (x == NULL || x == '') {
if (is.null(x) || x == '') {
- 2 回答
- 0 关注
- 1823 浏览
添加回答
举报
0/150
提交
取消