Describe grep() in r string manipulation?
Answer / Bijendra Kumar
grep() is a function in R used for pattern matching. It searches through character vectors (strings) and returns the indices of the elements that match a given pattern.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a custom function in R?
How do you get the standard deviation for a vector x?
How you can create a table in r without external file?
How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?
Explain for loop control statement in r?
What is a file in r?
What is SAS and SPSS in R?
Why Reshape R Package?
What is the need for Predictive Analysis in R?
Explain statistical functions performed by R?
What are the different components of grammar of graphics?
What is procedural programming in r?