Unraveling R data types – The Data Frame – A gentle introduction

A data frame represents a data with a number of rows and columns. Unlike matrix, data frames can contain variables with different data types, therefor Data Frames are heterogeneous.