library(dplyr) library(tidyr) df %>% separate(original_column, c('col1', 'col2')). The following examples show how to use each method in ...
確定! 回上一頁