RStudio代码折叠表现奇怪吗?

时间:2016-11-28 17:06:26

标签: rstudio folding

这会按预期折叠吗?如果是这样,为什么?对我来说,带有“<”的行折叠多个部分。我看过RStudio折叠文档(https://support.rstudio.com/hc/en-us/articles/200484568-Code-Folding-and-Sections),但没有解释这种行为。

test<-iris
#----
test1<-iris$Sepal.Length <0
#----
test2<-iris$Sepal.Width < 0
#----
test3<-iris$Petal.Length >0
#----
test4<-iris$Petal.Width > 1
#----
test5<-iris$Petal.Width

0 个答案:

没有答案
相关问题