- the RStudio Editor (top) is for static code like scripts or R Markdown documents
- The console is for testing code (bottom) - best to save your code though!
- R code goes within what is called a chunk (the gray box with a green play button)
- Objects (like nouns) are data or variables.