str_split (string = words, pattern = " ")[[1]] #将语句分割成单词,最后一个单词带有标点 ## [1] "These" "are" "some" "words."
確定! 回上一頁