Why doesn't rev(factor) work as a way to reverse the wt argument of dplyr::top_n()?

前端 未结 0 362
刺人心
刺人心 2020-12-17 07:45

Goal: return the row with thing1=F and thing2=MeFirst

Why does this not work?

tibble(
    row = 1:10,
    thing1 = c(rep("F",5),rep("L&q         


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