I have a dataset and would like to select only the smallest value between each primary key. Here is the example of my DF:
ORDEM <- c(1,5,2,3,1,10)
GUIA <- c('111','111','333','333','555','555')
COR <- c('AZUL','AMARELO','PRETO','LARAN...
asked on
27.11.2018 / 15:27