What is the usage of the keyword ? in R?

What is the usage of the keyword ? in R? 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.

Related Questions

The highest priority usage than any other usage is
What is the usage of the keyword ?? in R?
Which keyword must be used to get a more granular insight of the memory usage?