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.