Describe substr() in r string manipulation?
Answer / Reeturaj Pandey
substr() is a function in R used for extracting substrings from characters. The syntax is substr(string, start, stop). It returns the part of the string starting from 'start' and ending before 'stop', both indexes being 1-based.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how R commands are written?
What is principal component analysis?
Write the full form MANOVA and why is it used?
Explain what is pdv?
What is a loop in r?
How many types of C/C++ preliminaries are present in R?
Give the command to check if the element 15 is present in vector x?
Which package provides the bootstrapping?
What is the difference between the data frame and a matrix in R?
What are fundamental principles of debugging?
What is r vector?
What is the power analysis?