Posts by tota Bernal • 1 point
1 post
-
-1
votes1
answer115
viewsA: Make a subset with the same condition on different bases in R
You can use the functions lapply and split. Ex: lapply(split(postos, postos$SEGMENTO), i).
1 post
-1
votes1
answer115
viewsYou can use the functions lapply and split. Ex: lapply(split(postos, postos$SEGMENTO), i).