R Object
Object
In any programming language, we use various variables to store information. Variables are reserved memory locations to store values. This means that when you create a variable you reserve some space in memory
An R Object can be a combination of types of variables, functions or data structures
Objects can be Vectors, Lists, Matrices, Arrays, Factors or Data Frames