如何解决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 举报,一经查实,本站将立刻删除。