What is the usage of the keyword ?? in R?
A
Help window
B
Extensive search
C
Error correction
D
Error detection
Correct Answer: Extensive search
The ?? function scans the documentation for packages installed in your library. ?? (keyword) is generally used for a more extensive search when compared to the keyword ?.