Interact with R

When we work with R, we are writing down instructions for the computer to follow. We call these instructions commands, and the process of telling a computer to start following our commands is called execution, or running the command.

Hence, remember:

COMMANDS: the “instructions” that we tell the computer to follow.

EXECUTE/RUN: When we execute a command, we are telling the computer to carry it out.