InterviewSolution
Saved Bookmarks
| 1. |
How will you check if an element is present in a vector?(a) Match()(b) Dismatch()(c) Mismatch()(d) Search()The question was asked in an interview for internship.I need to ask this question from Functions topic in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» Correct choice is (a) MATCH() |
|