1.

What is the usage of the keyword ? in R?(a) Help window(b) Extensive search(c) Error correction(d) Error detectionI had been asked this question during an internship interview.I need to ask this question from Getting Started with R in portion Sockets of JavaScript

Answer»

Correct option is (a) Help window

For explanation: ? is GENERALLY used to open the help window at any time. The help() function and ? help operator in R provides access to the documentation PAGES for R FUNCTIONS, data SETS, and other objects, both for packages in the standard R distribution and for CONTRIBUTED packages.



Discussion

No Comment Found

Related InterviewSolutions