Steve Bellan (slides borrowed from John Muschelli)
RStudio is an Integrated Development Environment (IDE) for R
Easier working with R
More information
If RStudio doesn’t look like this (or our RStudio), then do:
RStudio –> Preferences –> Pane Layout
You can also change the Color theme in preferences.
In a .R file (we call a script), code is saved on your disk
History
Ctrl + Enter
(Cmd + Enter
on OS X) in your script evaluates that line of code
Ctrl+1
takes you to the script pageCtrl+2
takes you to the console