Google News
logo
R - Interview Questions
How do you extract a word from a string?
We extract a word from a string by using the word() function in the R language. This function is mainly used for the extracted word from a string that is from the position that is specified as an argument.  We can use String, start, end, sep, etc. as an argument. 
Advertisement