df1 <- data.frame(do.call(rbind, strsplit(df$df, ", "))) #From here, you can build a column that pastes any of the previous columns you ...
確定! 回上一頁