InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement?(a) Setting up a workstation to take full advantage of the customizable features of R is a straightforward thing(b) q() is used to quit the R program(c) R has an inbuilt help facility similar to the man facility of UNIX(d) Windows versions of R have other optional help systems alsoThis question was addressed to me in an interview.This intriguing question comes from Basics in portion History, Overview and Getting Started of R Programming |
|
Answer» CORRECT answer is (b) q() is used to QUIT the R program To explain I would say: help command is used for knowing DETAILS of particular command in R. |
|