Describe strsplit() in r string manipulation?
Answer / 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 |
What is reference class?
how to import data into R?
What is a factor variable, and why would you use one?
What is the distribution in R?
What is rmarkdown? What is the use of it?
Compare R with other technologies.
Given a vector of numbers, how would you turn the values into scientific notation?
How to request an input from the user through keyboard and monitor?
What do copy-on-change issues in r?
What packages are used for data mining in r?
What is the random walk model in r?
Give examples of “select” and “filter” functions from “dplyr” package.