Saved Bookmarks
| 1. |
What does GSUB do in R? |
|
Answer» The GSUB is a FUNCTION in R is used to replace all MATCHES of a STRING. If the parameter is a string vector, it returns a string vector with the same length and attributes. |
|