Posts by Flavio Santos • 1 point
1 post
-
-1
votes3
answers7816
viewsA: Separate contents from one column in other columns
library(reshape) file_split = data.frame(file,colsplit(file$separar,split=";",names="buffer",)) To name both columns you need to change the end names = c("Buffer", "Buffer2")) I mean, it stays that…
ranswered Flavio Santos 1