RStudio installation
A package that makes using R much easier is RStudio,
www.rstudio.com;
install if after you have R.
Rstudio shortcuts
- Shortcuts
list on RStudio's web-page (1/2015)
- Some of these:
- typing help
-
- RStudio closes parantheses, quotes, etc.
- use TAB to complete command names, variables, etc.
- navigate through previous commands
-
- use UP and DOWN keys
- use CONTROL-UP to see the list
- after a partial command, CONTROL-UP gives the matching
previous commands
- note the "History" tab on the right side; click
on a command from there to have it copied to the command
line