dplyr select column based on string match

后端 未结 0 1834
没有蜡笔的小新
没有蜡笔的小新 2021-02-02 17:31

I am wanting to order my columns of a data frame by string matches.

library(dplyr)
data <- data.frame(start_a = 1,
           start_f = 3,
           end_a = 5         


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