Posts by elpidio filho • 21 points
1 post
-
2
votes4
answers4556
viewsA: How to change the order of appearance of Columns in a Data Frame?
Using everything() to indicate which other columns you do not want to change. It is more practical for many-column dataframes. library(dplyr) df_ordenado <- df %>% select(Indice, Produto,…
ranswered elpidio filho 21