How to select largest column (by index) whch has conditional value?

后端 未结 0 977
误落风尘
误落风尘 2020-12-16 05:33

I\'m looking to select the largest column number which has a value above 1.

    data.frame(\'a\' = 1:2, \'b\' = 3:4, \'c\'=2:1) %>% 
      mutate(ok = pmap         


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