Answer Posted / Amrish Soam
strsplit() is a function in R used to split strings based on delimiters. It returns a list of vectors.nExample: `strsplit('data,science,in,r,programming', “,"”)` will return a list containing the individual words.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers