Create and save a script
- Store commands in a .R/.r script. Create and save a script in RStudio with:
- File -> New File -> R Script
- Once the file has opened: File -> Save
- Specify a name: the extension .R is automatically added
- Execute commands or blocks of commands from RStudio: