Rstudio中的条件

问题描述

我试图通过使用If条件语句来选择不同的数据帧。我知道代码错误,但是关于我要寻找的内容的想法很明确。我是使用R的初学者,所以请给我很大的帮助。

代码如下:

qwerty = external input

Data1 <- if ( qwerty = "IG"|| qwerty == "HY") {
      
                  filter(plot_data,plot_data$`IG/HY` == qwerty)
                  
                  }else if ( qwerty == "All Sectors") {
                  
                 plot_data
                  
                  }else {
                  
                 filter(plot_data,plot_data$SECTOR == qwerty)
                  
                  }
    

解决方法

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

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

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