library(stringr) library(dplyr) ... lib <- unlist(strsplit(survey$space_lib, ",")) ## strsplit() splits the elements of the character vector space_lib into ...
確定! 回上一頁