InterviewSolution
Saved Bookmarks
| 1. |
________ provides needed string operators in R.(a) str(b) forecast(c) stringr(d) sqldfI got this question during an online interview.This interesting question is from Packages topic in section Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» RIGHT choice is (c) stringr For EXPLANATION: stringr is remarkably EASY to use. |
|