InterviewSolution
Saved Bookmarks
| 1. |
If a command is not complete at the end of a line, R will give a different prompt, by default it is ____________(a) *(b) –(c) +(d) /This question was addressed to me during an interview.I need to ask this question from Basics topic in portion History, Overview and Getting Started of R Programming |
|
Answer» CORRECT CHOICE is (c) + Explanation: Comments can be PUT almost ANYWHERE, starting with a hashmark (‘#’), everything to the end of the line is a COMMENT. |
|