DATA STRUCTURES IN R

Data structures in R refer to the various formats used to organize and store data efficiently within the R programming language, such as vectors, matrices, lists or data frames

STRUCTURE TYPES

The following are the different R structures, ordered from simplest to most complex according to their information storage capacity

STRUCTURE EXPLORATION

The exploration functions serve to understand the organization and dimensions of the data, facilitating the initial inspection and understanding of the structure of the data sets in R