3.5 Commands and Calculations
3.5.1 Typing Commands at the R Console
R is an interactive language — you type commands directly into the console, press Enter, and R immediately returns the output.
## [1] "Hello, World!"
R is an interactive language — you type commands directly into the console, press Enter, and R immediately returns the output.
## [1] "Hello, World!"