标签: r
我一直在尝试搜索以前在R中见过的东西,但找不到相关的参考文献。我需要创建具有以下功能的代码:
y = 1 yList = c(1,2,3,4) cond1 = "y %in% yList" if(cond1){ do something }
谢谢!