1. Click on the "Help" tab on the top left of the RStudio interface >> Click on "R Help" from the menu >> View R resources & manuals appearing in the lower right pane
2. Locate "Help" tab in the lower right pane >> Click on the Home icon links to R resources & manuals, and use the search bar to enter names of functions or packages to review the help documentations.
3. In the Script pane, you can enter help codes, such as:
help.start() opens the main page of the ‘Help’ tab
help(FunctionName) search for help on function
?FunctionName same as help()