Answer Posted / 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 |
Post New Answer View All Answers