- R is case sensitive
- You can always use
?to get help with a function, e.g.?mean - Use the console for quick and dirty stuff, but keep a clean R script with working code
- R Projects are super cool!
- The 'Environment' tab contains useful info
- R contains functions that contain arguments inside parentheses, separated by commas
- You can download packages that contain even more functions