R语言【dplyr】——使用 relocate() 更改列的位置,其语法与 select() 相同,便于一次移动多个列块
Packagedplyrversion1.1.4Parametersrelocate(.data,...,.before=NULL,.after=NULL)参数【.data】:数据集、数据集扩展(如tibble)或lazydataframes(如来自dbplyr或dtplyr的数据集)。参数【...】:要移动的列。参数【.before,.after】:通过参数【...】选择的列的目的地。两者都不提