What is expected from running the command – strsplit(x,”e”)?
Answer / 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 |
What is an Atomic vector and how many types of atomic vectors are present in R?
What is oop in r?
What is more functions in r and name them?
What are the applications of R?
How many types of data types are provided by R?
Explain how to manipulate list elements in r?
Describe substr() in r string manipulation?
What do you mean by data visualization in R?
Give an example of 'dreaded for loop'?
What is readline() in r?
Name some functions which can be used for debugging in r?
What are r matrices and r matrices functions?