1 Star 0 Fork 0

zang/RCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.R 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
zang 提交于 2022-06-12 11:04 . test
#this is a test ,do not delete! thank you
for (i in 1:20){
for (j in 1 : 14){
print(paste('i:',i,'_','j:',j,'This is a test!',sep=""))
if (j == 3&& j == 11){
next
}
}
}
#执行新得操作
cor <- c(1:20)
#循环输出
for (i in 1:length(cor)){
if (cor ==3&&cor==7&&cor==17){
next
print(cor)
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zangjw/rcode.git
git@gitee.com:zangjw/rcode.git
zangjw
rcode
RCode
master

搜索帮助