It's an R programming one. Anyway, since I'm here: As per the doc, strsplit returns a list so: lst <- strsplit(mystring, " ") # split string on space ...
確定! 回上一頁