InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function is used for fixing character vectors?(a) tolower(b) toUPPER(c) toLOWER(d) all of the mentionedThe question was posed to me during an interview.I would like to ask this question from Regular Expressions and Text Variables in section Getting Data of Data Science |
|
Answer» RIGHT choice is (a) tolower Easy EXPLANATION - It TRANSLATES CHARACTER to lowercase. |
|