How to add a number of row from df that meets the criteria in the for loop in R?

前端 未结 0 1940
礼貌的吻别
礼貌的吻别 2020-12-18 17:01

I am new to R. I want to know which row from the seq meets the criteria (is >= 10).

    df1 <- data.frame(value = c(1, 2, 3, 4, 5, 6, 7, 8,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题