What is expected from running the command – strsplit(x,”e”)?
Answer Posted / Mansi Agarwal
Running the command - strsplit(x,"e") in R splits the input character string 'x' into substrings at each occurrence of the character 'e'. The result is a list containing vectors, where each vector consists of substrings from the original string.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers