What is the usage of the keyword ? in R?
A
Help window
B
Extensive search
C
Error correction
D
Error detection
Correct Answer: Help window
? 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.