An Introduction to R and RStudio

Getting Help

If you require help or have any questions about RStudio there are several places you can head for information:

RStudio Documentation: http://rstudio.org/docs There is a listing of many different documents available to browse, including sections on; using RStudio, RStudio Server and Advanced Topics.

RStudio Support and Knowledge Base: http://support.rstudio.org/ If you are having more of a technical problem this is the place to search for the answers, or if you can’t find them, post your issue. The community is very active and posts are read and answered incredibly quickly.

If you require help with R related issues see the inbuilt html R Help documentsfn13, or the previous section of this document.


fn13. To open R help use either ?fun or help(fun); where fun is the function/command/parameter you are looking for help on.