To get help while using RStudio, access the ‘Help’ tab in the lower right pane.
The home icon links to R resources & manuals. Use the search bar to enter names of functions or packages to review the help documentations.
In the Script Editor, you can also enter help codes:
help.start() | opens the main page of the ‘Help’ tab |
help(FunctionName) | search for help on function |
?FunctionName | same as help() |
There are a number of informative resources available online for both learning R and for troubleshooting code.
Cheatsheets offer quick reference on basic R functions:
Helpful e-books:
Tutorial websites:
If you have issues running with a code, you can search in online forums, communities, discussion, and message boards to determine if others have the same issue, find proposed resolutions from other users, or post your question to the online help community.
Some R Help Forums:
For large Chapman research computing workloads, you are recommended to connect with Research Technology Support for running R and RStudio on the Keck Computational Research Cluster. Contact researchcomputing@chapman.edu with questions or requests.