R has a built-in function for splitting character strings: strsplit(). Its simplified argument structure is the following. > strsplit(x, split) The first ...
確定! 回上一頁