RStudio contains a console interface to R. This can be used to execute commands.
The console starts with an arrow to indicate where to type. You send a line to be executed by hitting Enter. The results get presented back in a different colour.
If you did not finish a line of code, then the console's icon changes to a `+` to indicate you are to continue.