6.2 Objects in R
We have thus far used the console interactively receiving instanteneous results from R in the console.
Data/output of commands can also be stored in objects.
Everything that stores any kind of data in R is an object:

When data is stored in objects, it can easily be manipulated, modified, and reused.